Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
First time user. Didnāt really get question in. I believe I understand that Letās Encrypt doesnāt allow SSL for IP address entered from browser. I have SSL certificates working for domain name. Iām trying to figure out how to handle security when someone simply enters IP address of my server. Thank you.
We could have this resolved in record time if more information were provided. Odds are that whatever server software you are using has a "whateverhost.conf" of sorts that has your public IP (45.33.36.173) where your server/domain name (denaligo.com) should be.
EDIT: Configured correctly your server should redirect your IP to your domain name by default.
@rg305, My suggestion is to find the IP 45.33.36.173 in whichever configuration file it lives and modify that to reflect the actual host/domain name. A redirect from IP -> domain name would work but might lead to too many redirects,etcā¦ Now that I know OP is running nginx, I can actually say Im not familiar with file locations and syntax, etc.
Thank you. Iāve looked in the includes and I can not find anything where Iām listing an IP address that should be the host_name. I just canāt figure out where the āredirectā occurs when you enter the external IP address from the browser address.
No go! I created a new server block exactly as you indicated. I just get the web page error āYour connection is not privateā¦ā
I just wanted the IP address, when entered in the browser address, to serve the application the same as the domain name does. I better take a breakā¦ Thanks for the help.
I guess I simply donāt understand enough about what Iām doing. I was expecting nginx to redirect https://45.33.36.173 and http://45.33.36.173 to https://denaligo.com and regardless of how someone tries to access my site, it will be through a secure socket.
I created two server blocks, one that you suggested and the original handling my domain name. The domain server block works fine, the other just provides the āyour connection is not privateā error message in the browser and doesnāt serve up the application.