0

I have researched SSL certificate validation with revocation checking using OpenSSL however this seems a rather complex method (here).

  1. Are there any simpler alternatives to OpenSSL when trying to validate SSL certificates with revocation checking in PHP?
  2. Is there a more obvious way to do this in any other language which could then be called from the PHP script?
o.comp
  • 118
  • 2
  • 4
  • Certificate checking is only really reliable on PHP 5.5, 5.6 and 7.0, as streams (used by HTTPS) were insecure by default. – Amelia Sep 02 '15 at 11:28
  • @Amelia I am using PHP 5.5.28: However PHP is not an absolute requirement (see question 2) – o.comp Sep 02 '15 at 11:40

0 Answers0