By Miguel
I got a secure SSL domain name now and I would like to disable access to my server via the ip address via a browser. http://xxx.xx.xxx.xxx/
Especially in order to remove access to phpmyadmin without SSL. http://xxx.xx.xxx.xxx/phpmyadmin/
How can I do that ?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
If you want zero access to your droplet, and zero access for everyone else to your droplet via web browser, you will need to block port 80 and port 443 for good measure. If you are using Ubuntu, you can use UFW to accomplish this.
UFW deny http UFW deny https
Anything else will require someone else’s help.
If you just want to make sure all traffic is forced to use SSL, you will have to research HTTPS force for your web server.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.