Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

HTTP to HTTPS redirection

HI ,

i configured HTTPS on qvs and all works fine . But i want all my http:// requests to be re-directed to Https ? is there any way to do that on QV server ( PLease note I am not using IIS )

Please assist

3 Replies
Not applicable
Author

Hi,

You'll need to install IIS and use this as your web-server (not the standard QV webserver). You'll need to configure the certificates with your chosen CA, and open port 443.

Hope this helps?

Thanks Steve

Not applicable
Author

Thanks for the reply Steve

Now i use IIS to handle http and QVWS to handle port 443 .

suniljain
Master
Master

You can bind port 443 for HTTPS , 80 for HTTP in Data binding of IIS .

It will redirect request to HTTP as well as HTTPS.