Request.IsSecureConnection Implementation for use with Apache

  • Thread starter Thread starter paulshannon
  • Start date Start date
P

paulshannon

Hi,

Does anyone know the actual implementation of
Request.IsSecureConnection?

We want to mimic an SSL request from a Apache proxy request so that we
don't have to setup SSL on the windows box for the proxy request. At
the moment, the windows box only sees plaintext HTTP requests, but we
can send additional headers with the proxied request so that
Request.IsSecureConnection may still work.

Can Request.IsSecureConnection be controlled externally in this
manner? Does the implementation use headers?

Cheers,

Paul Shannon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top