The problem appears to be the TLSv1.2 handshake. Here are the cases:
* openssl s_client -connect gbit:443
This sends a TLSv1.2 handshake inside a TLSv1.0 CLIENT HELLO, and Apache fails to respond.
* openssl s_client -connect gbit:443 -tls1
This sends a TLSV1.0 handshake inside a TLSV1.0 CLIENT HELLO. Apache accepts the connection
Is this a problem in OpenSSL?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx