On Mon, Jun 11, 2012 at 4:32 PM, Garrison, Jim (ETW)
wrote:
> I am trying to connect to a subversion server that requires https, and for
> some reason, is configured to require SSL3 or TLS1. It refuses to respond
> to SSL or SSL2.
You are lucky its responds to SSLv3. I would shut it down too (TLS
>From: owner-openssl-us...@openssl.org On Behalf Of Jayant Dusane
>Sent: Monday, 11 June, 2012 10:40
>I am using openssl 0.9.8s in my c++ application.
>SSL handshake and all post communication works fine in LAN. But
>SSL handshake start failing if the network latency reaches to ~100ms.
>its seems
Hi,
I am trying to generate the fips capable openssl library on Windows. I use
"vcvarsall amd64" to set up environment for 64bit. I generated fips object
module using the following command:
ms\do_fips
Then I tried to build fips capable library using the following commands:
perl Configure VC-W
I am trying to connect to a subversion server that requires https, and for some
reason, is configured to require SSL3 or TLS1. It refuses to respond to SSL or
SSL2.
I've done some troubleshooting using s_client and confirmed that if I let
s_client start with the default protocol the server neve
What's the output of 'which openssl' and 'openssl version'?
Erik Tkal
Juniper OAC/UAC/Pulse Development
-Original Message-
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org]
On Behalf Of exvance
Sent: Saturday, June 09,
Hi All,
I am using openssl 0.9.8s in my c++ application.
SSL handshake and all post communication works fine in LAN. But SSL
handshake start failing if the network latency reaches to ~100ms.
its seems like some SSL timeouts to be configured for such delayed
networks! But i am not sure about any su