简体   繁体   中英

HTTPS is Not Encrypted? Server will not make a secure connection

May Not Be Safe For Work

I cannot get my server to make a secure connection.

I created a checkout form here: https://bradp.com/join-30-30-club

When entered, the browser attempts to make a secure connection appears to give up and goes to an unencrypted connection.

What do you think It could be?

I'm using Apache and PHP.

Based on the output of the certificates for that site fetched with:

openssl s_client -connect bradp.com:443 -showcerts

on my mac (full output at http://www.atlbbs.com/bradp.txt ) it looks like you might a certificate chain problem. Without seeing your logs, if I had to guess, I'd say you are lacking the extra intermediary certificate that GoDaddy SSL certs usually need to work. If that's all okay, then you can try and chase down the "self signed certificate in certificate chain" or tell your software to ignore that warning. Or find who Valicert is and what they have to do with anything.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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