Check in Javascript if a SSL Certificate is valid
- by MB
Hi.
Is there a way to check in Javascript if given a host it's SSL certificate is valid? (non blocking)
In my case I want to display: "you can also use https://.." if via javascript I can make a request to https://my_url without being asked to accept an untrusted certificate.
Can this be done asynchonously?
--
M.