Re: Version of SSL Apache represents...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Yes. I mean SSLv2 or SSLv3

Thanks,
-Tony


--- On Thu, 2/26/09, jmc <jmc@xxxxxxxxxxxxxxxxxx> wrote:

> From: jmc <jmc@xxxxxxxxxxxxxxxxxx>
> Subject: Re:  Version of SSL Apache represents...
> To: users@xxxxxxxxxxxxxxxx
> Date: Thursday, February 26, 2009, 8:23 PM
> --- Tony Anecito [Thu, Feb 26, 2009 at 02:00:17PM -0800]:
> --- 
> > Hi All,
> > 
> > 
> > I got the following returned in the html and trying to
> figure out what version of SSL this Apache config supports.
> The numbers look like module numbers but not SSL version
> numbers but I could be wrong.
> > 
> > Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63
> OpenSSL/0.9.8g\r\n
> 
> what do you mean by ``SSL version numbers''? you
> are running version
> 0.9.8g of OpenSSL.
> 
> do you really mean SSLv2, SSLv3? maybe something like this
> will help?
> 
> #!/bin/sh
> openssl ciphers -v |
> while read cipher version other; do
>         printf 'HEAD / HTTP/1.0\n\n' |
>         openssl s_client -connect 127.0.0.1:443 -cipher
> $cipher \
>                          -ssl${version##*v} -quiet
> 2>&1 |
>         grep HTTP >/dev/null && echo $version
> $cipher
> done
> 
> ---------------------------------------------------------------------
> 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@xxxxxxxxxxxxxxxx
>    "   from the digest:
> users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail:
> users-help@xxxxxxxxxxxxxxxx


      

---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux