RE: Using openssl to test SSL on Windows 2008/IIS7

2009-03-18 Thread David Schwartz
> Francois - > > Thanks for your reply. > > On the source (where I am running openssl client): > - The windows firewall is disabled (I have no other software > based firewall > software loaded) > - I can connect to other (non-windows 2008/iis7) destination servers > properly using the openssl clie

RE: Using openssl to test SSL on Windows 2008/IIS7

2009-03-18 Thread Brad Baker
AM To: openssl-users@openssl.org Subject: Re: Using openssl to test SSL on Windows 2008/IIS7 Hi Brad, This looks like a windows socket issue. Error 10054 is "Connection reset by peer." You may have a firewall issue on windows 2008 that doesn't occur on the other servers and does

Re: Using openssl to test SSL on Windows 2008/IIS7

2009-03-18 Thread Francois Dupressoir
Hi Brad, This looks like a windows socket issue. Error 10054 is "Connection reset by peer." You may have a firewall issue on windows 2008 that doesn't occur on the other servers and does not block https traffic. Cheers, Francois. Brad Baker wrote: I’m trying to use open ssl to connect to a

Using openssl to test SSL on Windows 2008/IIS7

2009-03-18 Thread Brad Baker
I'm trying to use open ssl to connect to an IIS7 site hosted on a Windows 2008 server: openssl s_client -host server.domain.com -port 443 I'm getting the following error: Loading 'screen' into random state - done CONNECTED(00D8) write:errno=10054 The same command works fine on an II