> 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
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
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
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