TLSv1 and apache 2.2.3?
am 25.08.2009 20:52:30 von pe uni
We are using apache version 2.2.3.
1. How do I check if it suuports TLS v1?
2. We have created certificates using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008. Are these certificates SSL3.x? or TLS v1?
Thanks,
Pe
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: TLSv1 and apache 2.2.3?
am 25.08.2009 21:12:56 von Eric Covener
On Tue, Aug 25, 2009 at 2:52 PM, pe uni wrote:
> We are using apache version 2.2.3.
> 1. How do I check if it suuports TLS v1?
Anything should support tls1.0. Try connecting with a tls1-only
client: openssl s_client -connect host:port -tls1
> 2. We have created certificates using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008. Are these certificates SSL3.x? or TLS v1?
Neither, certificates aren't generally related to SSL protocol versions.
--
Eric Covener
covener@gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org