ssl_verify(+SSL,
+ProblemCert, +AllCerts, +FirstCert, +Error)Currently we accept all certificates. We organise our own security using
SHA1 signatures, so we do not care about the source of the data.
ssl_verify(+SSL,
+ProblemCert, +AllCerts, +FirstCert, +Error)Accept all certificates. We do not care too much. Only the user cares
s/he is not entering her credentials with a spoofed side. As we
redirect, the browser will take care of this.