The client rejected the server's certificate chain or signature

Hi, all. I want to use QUIC by using Caddy. But I meet an error when I use wireshark to capture packets.
I can capture QUIC packets and I find something error in last QUIC connection.


Why says " Proof invalid: Failed to verify certificate chain: ERR_CERT_COMMON_NAME_INVALID " ?

Here is my Caddy file :
https://changzhi.com:8888

tls /root/pkcs/out/2048-sha256-root.pem /root/pkcs/out/2048-sha256-root.key
root /var/www/html/
gzip
fastcgi / 127.0.0.1:9000 php

I follow this link1 to generate these two keys named " 2048-sha256-root.pem " and " 2048-sha256-root.key ".

And I install this file " 2048-sha256-root.pem " into my Chrome. But I still meet the error shows above.

Could someone give me some advice ?

Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.