L
L
Lomoson2016-04-29 21:48:33
PHP
Lomoson, 2016-04-29 21:48:33

How to check for an SSL certificate?

Tell me, please, how to check that the site uses SSL and pull out information about the certificate?
I can’t find the API, I don’t want to parse godaddy’s answer either

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey, 2016-04-29
@Lomoson

Look here - stackoverflow.com/questions/3081042/how-to-get-ssl...

C
CityCat4, 2016-04-29
@CityCat4

It is not necessary to "pull" it - the certificate is transmitted with each connection, if it is https, of course.

K
ky0, 2016-04-30
@ky0

openssl s_client -connect example.org:443

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question