Servidor Aapche2 no Ubuntu 16.04 para de funcionar após a atualização de 14.04

0

Eu recentemente atualizei um servidor baseado no servidor Ubuntu 14.04 para 16.04 x64 Após a atualização, não consigo acessar meu servidor da Web usando https ou http sob / var / log / apache2, eu tenho seguinte erro abaixo, e meu deafault-ssl.conf eu tenho o meu certificado auto-assinado da seguinte forma abaixo, alguma idéia de como corrigi-lo? Por favor informar Obrigado

   SSL Engine Switch:
    #   Enable/Disable SSL for this virtual host.
    SSLEngine on

    #   A self-signed (snakeoil) certificate can be created by installing
    #   the ssl-cert package. See
    #   /usr/share/doc/apache2/README.Debian.gz for more info.
    #   If both key and certificate are stored in the same file, only the
    #   SSLCertificateFile directive is needed.
    SSLCertificateFile  /etc/apache2/ssl/apache-selfsigned.crt
    SSLCertificateKeyFile /etc/apache2/ssl/apache-selfsigned.key

Log do Apache

    [Thu Oct 06 16:12:06.518074 2016] [ssl:warn] [pid 10550] AH01906: localhost:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Oct 06 16:12:06.518114 2016] [ssl:warn] [pid 10550] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
    
por user1289947 06.10.2016 / 15:27

1 resposta

1

Você poderia compartilhar o comando que você executou para gerar o CSR? O que você digitou para o "Common Name"?

referência: link

    
por sudo_ee_ 06.10.2016 / 15:49