Hello all,
I have a web base app which I can access within my home network through a url such as:
[
192.168.0.101...]
Suppose my external IP is 12.123.1234.12.
I want to access this app from the outside with something like this: [
12.123.1234.12...]
I configured the file httpd.conf and httpd-ssl.conf successfully with the instructions from [
rubayathasan.com...]
I created a certificate and a private key. I also forwarded port 9999 on my router and created an exception of port 9999 on the firewall (OS is WinXP Pro). After I done all these, I can access this web application using this url:
[
12.123.1234.12:9999...]
However, when I typed this url (i.e. same external IP without https and port number): [
12.123.1234.12...]
I can access this app too. This is not what I want.
So, I am trying to find a way to access this web based app from the outside using https only (i.e. banning the external access using regular http such as the example above:
[
12.123.1234.12...] I played around with the settings on the firewall and those on the router but without success. Can anyone give me some ideas/hints how to resolve this problem?
Thanks in advance.