You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by pe uni <pe...@yahoo.com> on 2009/08/25 20:52:30 UTC

[users@httpd] TLSv1 and apache 2.2.3?

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 <URL:http://httpd.apache.org/userslist.html> 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: [users@httpd] TLSv1 and apache 2.2.3?

Posted by Eric Covener <co...@gmail.com>.
On Tue, Aug 25, 2009 at 2:52 PM, pe uni<pe...@yahoo.com> 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 <URL:http://httpd.apache.org/userslist.html> 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