Apache2: Não é possível ler o certificado do servidor a partir do arquivo

2

Não é possível iniciar o servidor apache2. informações de erro estão abaixo.

Olhando para questões semelhantes ( Erro SSL - não é possível ler o certificado do servidor do arquivo , O Apache não pode ler o arquivo de certificado e assim por diante), ainda preso neste problema. Qualquer ajuda é bem vinda. Obrigado.

   me@localhost:/etc/apache2$ sudo service apache2 start
     * Starting web server apache2                                                                                    Action 'start' failed.
    The Apache error log may have more information.
                                                                                                               [fail]
    me@localhost:/etc/apache2$ sudo apachectl configtest
    Syntax OK

error.log:

[Thu Dec 17 17:24:11 2015] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
[Thu Dec 17 17:24:11 2015] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
[Thu Dec 17 17:25:27 2015] [error] Init: Unable to read server certificate from file /opt/conf/apache-portal-config/etc/ssl/server.crt

Ao executar openssl x509 -noout -text -in para verificar o arquivo cert, tudo está OK.

UPDATE

Em execução openssl rsa -in server.key -out server.out.key , a saída é:

unable to load Private Key
140374406153888:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:696:Expecting: ANY PRIVATE KEY
    
por BAE 17.12.2015 / 19:09

0 respostas