Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hi,
I have a droplet with Dokku and my site is running all ok with my own domain www.mydomain.com.
However its also accessible through the public IP address.
I was just wondering:
1 - Is this a security risk in any way? The site has SSL however that is linked to mydomain.com, if you visit the page with the IP, you’ll see the ‘certificate warning error’ - CERT_COMMON_NAME_INVALID. So if someone uses that, they are risking their data being passed unencrypted.
2 - I’ve disabled it using:
server {
server_name 1xx.xx.xxx.xx;
return 301 https://www.mydomain.com;
}
in the default file located at /etc/nginx/sites-enabled. This works, however is it the correct approach?
Thanks.
009fd274aeae48f2bfbda6ef568676
Cloudstream Apk
Ruz
Ruz
Edward Sitarski
ebeecroft
dashan
34bcef38725b4e6eb5224ae028f17e
markatango
gouskova
Andrew J Montanus