I have setup openvpn successfully on aws ec2 instance, I can connect using route53 private dns (ssh, ..etc) but I can't use private dns for http/https.
e.g: I have an instance that open up http on port 25000, its private dns named: test.abc.def I can ssh to test.abc.def, I can use test.abc.def as name to connect to mongodb installed under it (for e.g) but I can't use test.abc.def:25000, even in "incognito" mode of browser, it shows "Your connection was interrupted"
I can use private ip address to access, e.g: 10.0.100.10:25000 but can't with dns test.abc.def:25000
so why I can ssh via private dns name but I can't http/https?