stocky-microphone-2210
04/24/2023, 5:35 AMCheck if it's accessible (if your DNS record is not set yet - it can take up to 24h to propagate - you can also send the request here directly to your Droplet IP)
im getting the same response that the tutorial says but only with the ip address not with the domain, i know that the domain works becouse y set up a web server to test the domain with the same public ip(static) and it works, i could access to the domain in the browser.
im doing this via gcp(VM) and the networking its right becouse i got the espected unauthtoriced 403 response that the tutorial said from my home network with the command: curl -s <http://34.176.111.98:4433/sessions/whoami> | jq
, but not with: curl -s <http://artesanosdemimbre.com:4433/sessions/whoami> | jq
.
both are the actual public static ip and domain that im currently using.
at the moment i been follow the tutorial step by step without any customization beside the postgres pass, so i would like to know if i should change some conf to get this working, or maybe im missunderstading something.
Thanks before hand ❤️