简体   繁体   English

Godaddy SSL与运行Apache的Ubuntu服务器

[英]godaddy SSL with Ubuntu servers running Apache

i have a godaddy ssl Standard certificate, and i have Ubuntu servers running Apache i follow this page: http://www.codingepiphany.com/2014/11/26/installing-godaddy-ssl-certificate-in-an-ubuntu-server/ and i got apache error: 我有一个godaddy ssl标准证书,并且我有运行Apache的Ubuntu服务器,我遵循以下页面: http : //www.codingepiphany.com/2014/11/26/installing-godaddy-ssl-certificate-in-an-ubuntu-服务器/我得到了apache错误:

[Wed Oct 05 03:42:08.986881 2016] [mpm_prefork:notice] [pid 1060] AH00169: caught SIGTERM, shutting down [Wed Oct 05 03:42:10.011970 2016] [ssl:warn] [pid 6821] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name [Wed Oct 05 03:42:10.013567 2016] [ssl:emerg] [pid 6821] AH02561: Failed to configure certificate dott.com:443:0, check /etc/ssl/gdssl/dott_com.crt [Wed Oct 05 03:42:10.013618 2016] [ssl:emerg] [pid 6821] SSL Library Error: error:0906D06CSmiley TongueEM routinesSmiley TongueEM_read_bio:no start line (Expecting: CERTIFICATE) -- Bad file contents or format - or even just a forgotten SSLCertificateKeyFile? [Wed Oct 05 03:42:10.013661 2016] [ssl:emerg] [pid 6821] SSL Library Error: error:140AD009Smiley FrustratedSL routinesSmiley FrustratedSL_CTX_use_certificate_fileSmiley TongueEM lib AH00016: Configuration Failed

also when i load certificate openssl x509 -noout -text -in dott_com.crt -modulus | grep Modulus 也当我加载证书openssl x509 -noout -text -in dott_com.crt -modulus | grep Modulus openssl x509 -noout -text -in dott_com.crt -modulus | grep Modulus i got unable to load certificate openssl x509 -noout -text -in dott_com.crt -modulus | grep Modulusunable to load certificate

also server name is dott.com in godaddy and in config file too 在godaddy和配置文件中,服务器名称也是dott.com

you might want to upload the certificate so someone can check it is actually valid. 您可能需要上传证书,以便有人可以检查它是否有效。 it may be corrupted or you incorrectly generated it(seems like the name form what the logs and erros are saying). 它可能已损坏或您错误地生成了它(似乎是日志和错误说明的名称形式)。

be sure to keep the private key to yourself! 确保将私钥留给自己!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM