Hi guys,
I have a web listener that i have created to use for publishing an SSL protected website. There is an SSL certificate used for this listener as well. It is assisgned to a manuall created IP address on the server. We also have a firewall rule to allow https access from its external IP to the internal IP. Bottom line, this works perfectly.
My issue is that i have another website that i wish to publish using the same rule but to allow HTTP traffic across it. I have added the new path to the listener to allow HTTP access to this website externally. Internally, the website is accessible via HTTP with no errors. However, externally this website is only accessible via HTTPS and we do not want this.
Is there an issue using a web listener to handle both HTTP and HTTPS traffic for two different paths using the same web address? i.e.
https://website1.com.au/page1 (this website works like this, ssl cert assigned)
&
http://website1.com.au/page2 (must be http only! for sw purposes. https on this page is accessible externally but not usable)
Any help is appreciated
Regards,