I deployed a webservice - dynamic-total-services.onrender.com - which works fine.
But the custom domain isn’t working. The one with the www sub domain works, but without www, it doesn’t redirect to www. It shows “this site can not provide a secure connection”.
I added the IP to my A record and added dynamic-total-services.onrender.com to my C record.
Here is the custom domain link:
dynamictotalservices.com.au/ - this doesn’t work
al_ps
August 20, 2023, 8:25am
2
Hi,
The domain you shared appears to be working as expected from my side, are you still seeing an issue?
The root domain redirects:
$ curl -I https://dynamictotalservices.com.au
HTTP/2 301
...
location: https://www.dynamictotalservices.com.au/
And www
serves a cert:
$ curl -Iv https://www.dynamictotalservices.com.au/
...
* SSL connection using TLSv1.3 / AEAD-CHACHA20-POLY1305-SHA256
...
* Server certificate:
* subject: CN=www.dynamictotalservices.com.au
...
* SSL certificate verify ok.
Alan
system
Closed
September 17, 2023, 10:17pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.