CoNetrix Blog

How-to Install OpenSSL on Windows 7

Posted on September 10, 2010 9:25 AM

Download and run the Cygwin installer from their web site: www.cygwin.com.  OpenSSL is not one of that packages that gets installed by default with Cygwin.  The important part of install choosing OpenSSL as one of the packages you install.  You do this by searching for "openssl" on the "Select Packages" step, expanding "Libs", clicking on the "Skip" image so that a version shows, and clicking the "Next" button.  Use the image below as a reference. Read More...

Selfssl.exe and Multiple Self-Signed Certificates on a Server

Posted on July 26, 2009 2:12 PM

I had a problem using selfssl.exe (part of the IIS 6 resource kit) to generate more than one self-signed certificate on a specific server. The issue came up after I created a second self-signed certificate with a different CN. The certificate was installed on a separate site (same IP different port) than the first one I generated. The behavior was very strange. As soon as I generated the second certificate, the site with the first certificate would not load at all. If the certificate was removed, it worked fine. So, I regenerated the first certificate with selfssl.exe and the second stopped working. After some searching, I found that some others have had this problem as well: http://blogs.msdn.com/david.wang/archive/2005/04/20/SelfSSL-Bug-with-websites.aspx. These certs have always worked fine, but I think it may be best to limit use to one self-signed certificate per server. Read More...

Problem Installing SSL Certificate for OWA or OMA

Posted on November 23, 2007 12:23 PM

Use caution when installing and SSL certificate for OWA or OMA on a clustered Exchange server. When you configure Microsoft Outlook Web Access to use a Secure Sockets Layer (SSL) connection to a Microsoft Exchange Server 2003 computer, you may notice a dramatic increase in CPU usage by the Lsass.exe process and by the Resrcmon.exe process. The only way to get the process back in check is to reboot the server. This problem occurs on an Exchange 2003 computer that is running in a Microsoft Windows Server 2003-based cluster. Read More...