Forums

SSL certificate not working

I have a custom domain from GoDaddy. My web-app is written in django. I have a payment gateway that requires a https: website for working. I tried using the Auto-renewing Let's Encrypt certificate from pythonanywhere. I have also enabled the force-https option. While the website now loads in https, exiting the payment gateway leads to this error

Your connection is not private Attackers might be trying to steal your information from <my-domain> (for example, passwords, messages or credit cards). Learn more NET::ERR_CERT_COMMON_NAME_INVALID

I am not sure what I am doing wrong.

hi-- your cert looks valid to me. could it have been some browser caching thing on your end?

I have hard-refreshing everything. Could this be an issue with the payment gateway. Should I wait till their DNS refreshes the chache?

is there a particular link that is returning this? and perhaps confirm which domain name we are talking about (email us if you don't want to post it on the forums) Does that error happen when you just load the landing page / front page of the website? If there is no error, and only an error when the payment gateway points back to your site, then there is probably something wrong with that particular configuration (eg: you are pointing to the wrong site)