Atozed Forums
Intraweb & AWS Load Balancer - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Intraweb & AWS Load Balancer (/thread-1634.html)



Intraweb & AWS Load Balancer - gbh100 - 04-22-2020

I have an environment in AWS using a load balancer that receives all of the communication in HTTPS and then converts it to HTTP in the AWS environment.  When I call an Intraweb application (I use V14 and ISAPI) with https://mydomain.com/app1 Intraweb changes the URL to http://mydomain.com/app1/SessionID thus neutralizing the SSL session I want to use.  Intraweb is unaware that SSL is in use and therefore doesn't include it when the URL is rewritten with the session ID.  Can I intercept this somewhere and change the response to include https:// ?  The SSL works fine when I manually change the URL to https.