SSL

Locked
Message
Author
R.+Freisinger

SSL

#1 Post by R.+Freisinger »

Habe große Probleme mein Certificate einzurichten, brauche Hilfe!!!
folgend habe ich aufgelistet wie meine Konfiguration aussieht, weiter unten sind die Fehlermeldungen
für Hilfe wäre ich sehr dankbar

meine Email lautet freisinger@ha-networks.com
SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/httpd/ssl.crt/server.crt (i've stored in this file the first part of your email)
SSLCertificateKeyFile /etc/httpd/ssl.key/server.key
SSLCertificateChainFile /etc/httpd/ssl.crt/ca.crt (i've stored in this file the second part of your email)
#SSLCACertificateFile /etc/httpd/ssl.crt/ca-bundle.crt
#SSLCARevocationPath
#SSLRevocationFile
#SSLVerifyClient require
#SSLVerifyDepth 10


when i try to restart apache i always get the following error message:
OpenSSL: error:0D0A2007:asn1 encoding routines:d2i_X509_CINF:expecting an asn1 sequence
OpenSSL: error:0D09F004:asn1 encoding routines:d2i_X509:nested asn1 error
OpenSSL: error:0907400D:PEM routines:PEM_X509_INFO_read_bio:ASN1 lib
OpenSSL: error:0B084009:x509 crtificate routines:X509_load_cert_crl_file:missing asn1 eos

Locked