IIS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationIIS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 5th, 2006, 03:05 AM
Necessary_Evil Necessary_Evil is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Posts: 3 Necessary_Evil User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 18 m 57 sec
Reputation Power: 0
HTTPS problems with IIS 6.0

I am unable to get https working on my IIS 6.0 setup.

At the moment i've got a very basic setup as below;

Using standard IIS 6.0 on windows 2003 server

Index.html viewable via port 80

Im trying to get SSL working, but can't work out the problem.

I have created a certificate using the microsoft certificate services, and ran the wizard under ISM -> website -> properties -> server cert and imported it.

I have opened 443 for SSL connections.

I can still get to the http page. But anytime I try to connect via the https, I get "page cannot be displayed"

If I select "require SSL for connections", then try the http page, I get the 403.4 error, and same "page cannot be displayed" through https....

Im not having any luck, can someone add some imput / suggestions?

Im browsing through http://localhost and remotely.

Thanks!

Reply With Quote
  #2  
Old July 5th, 2006, 11:07 AM
innovative2000 innovative2000 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2006
Location: US - NJ-
Posts: 83 innovative2000 User rank is Corporal (100 - 500 Reputation Level)innovative2000 User rank is Corporal (100 - 500 Reputation Level)innovative2000 User rank is Corporal (100 - 500 Reputation Level)innovative2000 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 2 h 10 sec
Reputation Power: 5
Hello,

Kindly note that SSL require dedicated IP address and you have to move your domain on dedicated IP address and also set port: 443 for your domain from IIS.

Thanks

Innovative2000

Reply With Quote
  #3  
Old July 5th, 2006, 07:27 PM
Necessary_Evil Necessary_Evil is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Posts: 3 Necessary_Evil User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 18 m 57 sec
Reputation Power: 0
Quote:
Originally Posted by innovative2000
Hello,

Kindly note that SSL require dedicated IP address and you have to move your domain on dedicated IP address and also set port: 443 for your domain from IIS.

Thanks

Innovative2000


Hi Innovative2000,
Thanks for the response. We have the following setup in place;

2 servers, identical in specs, OS etc.

Bother have fixed public IP's, and as well, they have share another public ip address used for network load balancing.

At the moment, im just trying to configure 1 server, and trying to create a SSL connection direct to its own ip e.g. https://202.x.x.x

Additionally, I have rebooted the server after the config change as referenced as a possible fix. No change.

What role does the domain name play in the SSL connection?

if I have a public fixed IP, I still should be able to SSL to that ip in a browser window if I have IIS setup with a index page shouldnt I?

Anyone else notice anything im doing wrong?

Appreciate the help.

Reply With Quote
  #4  
Old July 5th, 2006, 11:47 PM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 13th Plane (11000 - 11499 posts)
 
Join Date: Jun 2003
Posts: 11,141 Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level)Doug G User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 2 Days 17 h 15 m 54 sec
Reputation Power: 857
In IE uncheck the "show friendly http errors" setting, maybe you'll see a more helpful error message.
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #5  
Old July 17th, 2006, 08:22 PM
Necessary_Evil Necessary_Evil is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Posts: 3 Necessary_Evil User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 18 m 57 sec
Reputation Power: 0
Hi there,
Does anyone else have any feedback or suggestions for me?

Appreciate it

Reply With Quote
  #6  
Old July 18th, 2006, 02:09 PM
Jeethu Jeethu is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2006
Location: Banglore India
Posts: 22 Jeethu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 44 m 34 sec
Reputation Power: 0
Send a message via Yahoo to Jeethu
Hi ,
Chk out these , might help ........

SSL and Certificates (IIS 6.0)
--------------------------------------
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/5d0fb4c2-3333-4fec-82fc-6e15d3733937.mspx?mfr=true

How to configure Certificate Server for use with SSL on IIS
http://support.microsoft.com/kb/218445/EN-US

Certificates (IIS 6.0)
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/89c7ef2f-f7d6-483c-8b08-ae0c6584dd4d.mspx?mfr=true

Secure Sockets Layer: Protect Your E-Commerce Web Site with SSL and Digital Certificates
http://msdn.microsoft.com/msdnmag/issues/01/04/SSL/default.aspx

Jeethu Joseph
IIS/Asp.Net Engineer Microsoft.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationIIS > HTTPS problems with IIS 6.0


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT