I am maintaining a site for someone. He needs to know what type of SSL the site has because that data has to submitted to his bank.

I've never been asked such a question. I have cpanel access. But I don't know how to figure out what "type" of ssl is installed. Is there a way to print a report and give that to the bank? I thank you in advance for your assistance.

link|improve this question
Is the reason behind this question for PCI Compliance purposes? – mahnsc Oct 28 '11 at 20:21
feedback

migrated from stackoverflow.com Sep 27 '11 at 13:19

This question came from our site for professional and enthusiast programmers.

2 Answers

This site will help you to know whether you have a certificate. SSL (secure socket layer) relies on having a certificate. It is the HTTPS instead of simple HTTP. You should have set up a certificate if you have SSL if not then you probably do not have SSL. (bad if you deal with money on the site)

link|improve this answer
feedback

If you visit the secure section of the site, you should be able to see the padlock icon the browser address bar. Click on that and you should be able to view the certificate information that you can copy and send to the back.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown