Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi friend
To do redirect i used below steps from the url

http://www.jppinto.com/2009/01/automatically-redirect-http-requests-to-https-on-iis-6

i am able to redirect from http://207.234.225.70 to https://207.234.225.70
but here https://207.234.225.70 it gives me message web page not avilable.

thanks in advance
Posted
Updated 3-Apr-13 3:47am
v5
Comments
patil.nitin8358 3-Apr-13 9:41am    
i am able to redirect from http://207.234.225.70 to https:207.234.225.70
but here https:207.234.225.70 it gives me message web page not avilable and the web page must be viewed over secure channel .
I am using iis 6.0.
ZurdoDev 3-Apr-13 8:18am    
Any one. What have you tried?
patil.nitin8358 3-Apr-13 9:41am    
i am able to redirect from http://207.234.225.70 to https:207.234.225.70
but here https:207.234.225.70 it gives me message web page not avilable and the web page must be viewed over secure channel .
I am using iis 6.0.

Well, difference between "http" and "https" is only of "s". :)

But how this little "s" makes a big difference? Have you configured SSL(Secure Sockets Layer) Certificate in your IIS?

Have a look at below link to understand Hypertext Transfer Protocol Secure (HTTPS).

http://en.wikipedia.org/wiki/HTTP_Secure

Have a look at below link for Configuring SSL on a Web Server or Web Site (IIS 6.0).

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/56bdf977-14f8-4867-9c51-34c346d48b04.mspx?mfr=true

Many more links on this topic you will find on Google.
Googled...
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 3-Apr-13 15:12pm    
Good point, my 5 :-)
—SA
This is not related to redirect. The Web page is simply not available. Normally, identical URIs different only in HTTP/HTTPS are completely independent resources; you can consider them as separate sites. Installation of the site based on HTTPS requires installation an server-side SSL certificate:
http://en.wikipedia.org/wiki/HTTP_Secure#Acquiring_certificates[^].

—SA
 
Share this answer
 
Comments
RaisKazi 3-Apr-13 14:47pm    
Agree, HTTP and HTTPS are different altogether and can not be configured in the same virtual directory. 5!
Sergey Alexandrovich Kryukov 3-Apr-13 15:11pm    
Thank you, Rais.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900