Re: commands to get info from intermediate certificates

2012-11-11 Thread Ali Jawad
Any input on this please ? On Fri, Nov 9, 2012 at 11:17 PM, Ali Jawad alijaw...@gmail.com wrote: Hi When I do visit a website using a browser and check the certificate I can see the intermediate certificates and the info of those certificates. I am wondering how can I see that info using

Re: commands to get info from intermediate certificates

2012-11-11 Thread Ali Jawad
Hi Florian Thank you for the response, the problem for me is that openssl s_client -showcerts only shows two certificates while the actual number of chain entries is 3, this is what is confusing me. Regards On Sun, Nov 11, 2012 at 7:16 PM, Florian Weimer f...@deneb.enyo.de wrote: * Ali Jawad

Re: commands to get info from intermediate certificates

2012-11-11 Thread Ali Jawad
show the info On Sun, Nov 11, 2012 at 8:15 PM, Ali Jawad alijaw...@gmail.com wrote: Hi Florian Thank you for the response, the problem for me is that openssl s_client -showcerts only shows two certificates while the actual number of chain entries is 3, this is what is confusing me. Regards

Re: commands to get info from intermediate certificates

2012-11-11 Thread Ali Jawad
an intermediate certificate and a root certificate ? Regards On Sun, Nov 11, 2012 at 10:01 PM, Florian Weimer f...@deneb.enyo.de wrote: * Ali Jawad: For example in the below : echo | openssl s_client -CAfile ./mozilla-root.crt -showcerts -connect ssl.com:443 | openssl x509 -text will only

Re: OpenSSL Security Advisory

2014-04-09 Thread Ali Jawad
http://filippo.io/Heartbleed/#www.unlocator.com On Wed, Apr 9, 2014 at 2:05 PM, Ted Byers r.ted.by...@gmail.com wrote: How do I determine whether or not the web servers I run are affected? They are Apache 2.4, built for 64 bit Windows and downloaded from Apachelounge. I have no idea what