AUTOSSCEP ERRORS
In the summary should be signaled these errors

ERR_CA_BAD_ENC_ALGO -1
In the config file is specified an unknown encryption algorithm. The known ones for Autosscep are des, blowfish e 3des.

ERR_CA_CERT_MISSING -2
Impossible to find Certification Authority certificate (This error should not verify anymore: from version 0.9.12 Autosscep requests missing CA certificate to the CA)

ERR_CA_ENC_CERT_MISSING -3
Impossible to find ca encryption cert

ERR_CA_BAD_CONFIG -4
An error occurred while reading the config file in the CA session, please check the config file and the HOWTOCONFIGURE manual

ERR_CERT_MISSING_CERT -6
The cert file is missing. (This error can occur only in very particular situations)

ERR_CERT_BAD_CONFIG -7
An error occurred while reading the config file in the cert session, please check the config file and the HOWTOCONFIGURE manual

ERR_CERT_MISSING_CA -8
No CA found for this certificate (check DN in config file).

ERR_CERT_KEY_MISSING -9
The key file is missing. This error occurs only with pending requests if the file [key_file].new is missing in the keys directory.

ERR_CERT_REQ_MISSING -10
The cert req file [nomecert].csr is missing. This error occurs only with pending requests if the file [nomecert].csr is missing in the certificate directory.

ERR_CERT_BAD_REQ -11
Bad request : error occurred while reading the cert request, the file could be in a wrong format or corrupted

ERR_CERT_CREATING_SELFSIGNED -12
Unable to create self signed certificate, check your OpenSSL libraries

ERR_CERT_PKCS7_WRAP -13
Unable to create pkcs7 message, check your OpenSSL libraries

ERR_CERT_HTTP -14
Error occurred while sending http message. Check the connection, the scep URL, the listening port for scep service of your CA

ERR_CERT_PKCS7_UNWRAP -15
Unable to open pkcs7 message, the message could be corrupted or in a bad format

ERR_CERT_BAD_REPLY -16
Bad reply from server

ERR_IO -17
General I/O error

ERR_CA_FAILED_CACERT_REQ -18
Failure while requesting CA certificate from CA scep service. The CA certificate is not available yet