ssl check
[email protected] ("Harald Ponce de Leon")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
ive seen a neat cgi script at https://mystic.pca.dfn.de/cgi/sslcheck.cgi that can check the ssl connection you make to a secure webserver.. the cgi gets the environment values from apache, is this possible for php to do? SSL_CIPHER, SSL_CIPHER_EXPORT, SSL_CIPHER_ALGKEYSIZE, SSL_USEKEYSIZE do not show up with phpinfo(), and does not work when getenv is used.. anyone know how these variables can be called? thanks! Harald