Newer information below:
According to the following: " Go to the "Web" tab, and click on the pencil icon next to the web app name. Change it from conrad.pythonanywhere.com to www.conradsdomain.com. " then the CNAME entry from the domain registration platform should look like below?
TYPE NAME VALUE
CNAME www.conradsdomain.com conrad.pythonanywhere.com
Thus, when a request is sent to www.conradsdomain.com, the DNS service would automatically redirect the requet to conrad.pythonanywhere.com. Then, users would see the www.conradsdomain.com address at their browser? or conrad.pythonanywhere.com ? Sound like the latter. But we really want the user to see www.conradsdomain.com URL.
Am I off? I don't know much about networking.
Original post below: I've read the following help page, https://help.pythonanywhere.com/pages/HTTPSSetup
Currently for my stuff on PA, it reads:
" Security: An HTTPS certificate is needed so that people can access your site securely. We automatically provide a certificate for {username}.pythonanywhere.com.
HTTPS certificate:Automatically provided for this hostname You need to Reload your web app to activate any changes made below. "
Question, does that cover a subset of it? for instance, {app2-username}.pythonanywhere.com ? Am I ready to go for https after reloading or anything else more involved?
Thanks.