![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
A documentation comment came in recently about ssl-tcp.html not=20 specifying what format is expected for the CRL file. Seems like=20 something that could be described better now that I look at it, so I'm=20 passing that along with just wording edits from me; this is from user=20 "oneironautics": =20 The root.crl needs to be in PEM (and not DER) format. If a certificate= =20 file exists but is the wrong type, you will be told it cannot find the=20 file when it exists, with this sort of error in the log: =20 LOG: SSL certificate revocation list file "root.crl" not found,=20 skipping: no SSL error reported |
#3
| |||
| |||
|
|
Excerpts from Greg Smith's message of lun jul 02 20:30:07 -0400 2012: A documentation comment came in recently about ssl-tcp.html not specifying what format is expected for the CRL file. Seems like something that could be described better now that I look at it, so I'm passing that along with just wording edits from me; this is from user "oneironautics": The root.crl needs to be in PEM (and not DER) format. If a certificate file exists but is the wrong type, you will be told it cannot find the file when it exists, with this sort of error in the log: LOG: SSL certificate revocation list file "root.crl" not found, skipping: no SSL error reported HEAD is different in this area -- it dies with a FATAL instead of just skipping it. |

|
X509_STORE_CTX_get_error() instead of SSLerrmessage (which calls ERR_get_error; apparently not the right thing to do). I don't see how that would work - X509_STORE_CTX_get_error() takes an |
#4
| |||
| |||
|
|
The root.crl needs to be in PEM (and not DER) format. If a certificate file exists but is the wrong type, you will be told it cannot find the file when it exists, with this sort of error in the log: |
![]() |
| Thread Tools | |
| Display Modes | |
| |