Forums

ownership information

How can I fix the "This website does not supply ownership information." warning message? Please kindly advise.

This is what the visitors to my site see right now instead of my website:

Your connection is not private

Attackers might be trying to steal your information from www.mydomain.com (for example, passwords, messages, or credit cards).

On my mobile this is the message: "There are problems with the security certificate for this site" then I click "View Certificate" the message is: "Site name does not match certificate name".

Please kindly advise.

The request.requires_https() was uncommented in the db.py in web2py for some reason for this site so now I commented it and the https connection is not forced so I don't get the warning.

I am still interested in how to get the certificate.

That sounds like you're trying to use HTTPS instead of HTTP. Enter http:// rather than https:// as the URL for your sites, and you'll see both work fine.

If you'd like to get HTTPS working for your sites, you should read this guide: https://www.pythonanywhere.com/wiki/SSLOwnDomains

http:// works fine but https:// results in a warning as I described above

As I say, if you'd like to get HTTPS working for your sites, you should read this guide: https://www.pythonanywhere.com/wiki/SSLOwnDomains