Dear All,
I have an HTTPS site running on Apache (v2.4.10) for Windows.
As a part of the product's feature, this site should be accessible via the Internet (on-demand). For this, we've tunneled the site.
When user requests to view the site, a tunnel client is started on the host machine (where the site is running). This connects to a tunnel server (relay, which is globally accessible). The user is redirected to tunnel server, where he can view the site.
Now, the tunnel client simply opens a socket to the site and sends data to & fro between the web server & the tunnel server.
During this, if another user tries to open the site in the local network, it doesn't open. As soon as the tunnel client stops, the site opens locally.
This however seems to work fine with IIS.
In TCPView, I could see connection getting established whenever a browser tried to open the site, but there was no data exchange.
Any idea how do I solve this?
Regards,
Punit.