ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED in Google Chrome

后端 未结 6 1004
走了就别回头了
走了就别回头了 2021-02-13 19:00

I\'ve got a web site that uses SSL Client certificate authorization. All client certificates are generated using OpenSSL and are self-signed. Everything worked with all web-bro

6条回答
  •  面向向阳花
    2021-02-13 19:54

    The problem is caused by Chrome running TLSv1.2 on Windows XP.

    This can be disabled on the server side but also on the client side.

    To run Chrome with a lower version of TLS, start it with the command-line option --ssl-version-max=tls1.1

提交回复
热议问题