Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error The site uses TLS 1.1, AES_128_CBC_SHA1, ECDHE-ECDSA. Perhaps there is a middlebox in the way that gets version negotiation wrong. Try adding the -tls1 flag. Flag "-servername" he

Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
I tried this command openssl.exe s_client -connect ezfile.ch:443 And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error I can not reproduce this. What version are you using? There is nothing wrong with that server, so it's most likely a

Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
On Sun, Apr 26, 2015 at 07:05:11PM +0200, hub...@seznam.cz wrote: I tried this command openssl.exe s_client -connect ezfile.ch:443 And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error I can not reproduce this. What version are you us

Re: [openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error The site uses TLS 1.1, AES_128_CBC_SHA1, ECDHE-ECDSA. Perhaps there is a middlebox in the way that gets version negotiation wrong. Try adding the -tls1 flag. It returns this with

[openssl-users] Can't connect to site, OpenSSL returns error

2015-04-26 Thread hubga1
I tried this command openssl.exe s_client -connect ezfile.ch:443 And it returns this kind of error error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error The site uses TLS 1.1, AES_128_CBC_SHA1, ECDHE-ECDSA. Does anybody know where the problem is? Is this server misconf