JabbaTheNut
Programmer
An SSL offloader appliance traps incoming https:// requests on port 443, decrypts them, converts them to http:// requests and then forwards them to the web server on port 80. The web server then provides an http:// response which is again trapped by the SSL offloader appliance, encrypted and converted to https:// and sent to the client.
My problem is this...
I want to allow normal http:// requests to my Default Web Site (no problem here). However, I also want to require SSL requests ( to an application within my Default Web Site. For example, I want to allow an http:// request for but want to require SSL ( for a request to
Without an SSL offloader appliance, I would simply install a certificate on my web server and select the "Require secure connection" option for "myapplication". All http:// requests on port 80 would be rejected and all https:// requests on port 443 would be accepted. All would be fine.
With an SSL offloader appliance, however, all requests are directed to port 80. Consequently, the web server throws an error stating that a secure connection is required.
Can someone provide some suggestions for requiring an SSL connection in IIS when using an SSL offloader appliance? Alternatively, can someone suggest another method for ensuring that the request coming in on port 80 originated from an https:// request?
This is a critical question for me. Any help would be greatly appreciated.
Game Over, Man!
My problem is this...
I want to allow normal http:// requests to my Default Web Site (no problem here). However, I also want to require SSL requests ( to an application within my Default Web Site. For example, I want to allow an http:// request for but want to require SSL ( for a request to
Without an SSL offloader appliance, I would simply install a certificate on my web server and select the "Require secure connection" option for "myapplication". All http:// requests on port 80 would be rejected and all https:// requests on port 443 would be accepted. All would be fine.
With an SSL offloader appliance, however, all requests are directed to port 80. Consequently, the web server throws an error stating that a secure connection is required.
Can someone provide some suggestions for requiring an SSL connection in IIS when using an SSL offloader appliance? Alternatively, can someone suggest another method for ensuring that the request coming in on port 80 originated from an https:// request?
This is a critical question for me. Any help would be greatly appreciated.
Game Over, Man!