• home > tools > webServer > nginx >

    nginx启动报错:SSL_CTX_use_PrivateKey_file

    Author:zhoulujun Date:

    SSL_CTX_use_PrivateKey_file(****)failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)

    在配置https时启动nginx报的错误

     nginx -t

    nginx: [emerg] SSL_CTX_use_PrivateKey_file("/etc/nginx/ssl/zhoulujun.co/www.zhoulujun.co.key") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)

    nginx: configuration file /etc/nginx/nginx.conf test failed

    一直么有解决,

    Nginx启动,证书报错SSL_CTX_use_PrivateKey_file..... https://www.cnblogs.com/ccielife/p/10750683.html

    这篇文章说是编码问题

    讲到将编码格式由UTF-8改成ANSI。

    于是尝试,结果果然是。

    于是乎,大悦,写此文,记录过程,供博友参考。

    无法解决此问题

    参考了此篇文章:https://【HTTPS】nginx: [emerg] SSL_CTX_use_PrivateKey_file(“/usr/local/nginx/conf/cert1/3540924_blog.fangkang https://blog.csdn.net/fangkang7/article/details/104651821

    原理是的ssl 被吊销了

    腾讯云ssl证书被吊销解决办法

    重新申请一个证书,替换掉原来老的,就可以了



    转载本站文章《nginx启动报错:SSL_CTX_use_PrivateKey_file》,
    请注明出处:https://www.zhoulujun.cn/html/tools/webServer/nginx/2022_0512_8813.html