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.