 |
|
 |
|
Next: IWAM USER
|
| Author |
Message |
External

Since: Oct 08, 2007 Posts: 4
|
(Msg. 1) Posted: Mon Oct 08, 2007 1:28 pm
Post subject: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
People
I know the above problem has been covered in detail, but I just can't
seem to sort it out - I've wasted hours on it so far !
I'm building an ASP.NET (ver 2) app on a Win XP develpment laptop
(SP2), with IE 5.1 runing on the same machine. I've installed a
certificate using SelfSSL from the IE 6 resource kit.
The problem is that IE (running on the same machine) won't load pages
from my web site via https - http works fine. The certificate was
installed as below :
SelfSSl /T /N:CN=AE-IMARQUE01 /V:1000
Microsoft (R) SelfSSL Version 1.0
Copyright (C) 2003 Microsoft Corporation. All rights reserved.
Do you want to replace the SSL settings for site 1 (Y/N)?y
The self signed certificate was successfully assigned to site 1.
I've gone through a lot of the standard fixes covered on Google and
elsewhere with no success. The output from SSL Diagnostics is below
(how do I interpret the error reported - #WARNING:Error
0x800b0001 ? ):
System time: Mon, 08 Oct 2007 20:16:18 GMT
Connecting to 192.168.1.2:443
Connected
Handshake: 78 bytes sent
Handshake: 563 bytes received
Handshake: 182 bytes sent
Handshake: 43 bytes received
Handshake succeeded
Verifying server certificate, it might take a while...
#WARNING:Error 0x800b0001
Server certificate name: AE-IMARQUE01
Server certificate subject: CN=AE-IMARQUE01
Server certificate issuer: CN=AE-IMARQUE01
Server certificate validity: From 10/8/2007 3:15:40 PM To 7/4/2010
3:15:40 PM
HTTPS request:
GET / HTTP/1.0
User-Agent: SSLDiag
Accept:*/*
HTTPS: 72 bytes of encrypted data sent
HTTPS: 345 bytes of encrypted data received
Status:
HTTP/1.1 302 Object moved
HTTP/1.1 302 Object moved
Server: Microsoft-IIS/5.1
Date: Mon, 08 Oct 2007 20:16:20 GMT
X-Powered-By: ASP.NET
Location: localstart.asp
Connection: Keep-Alive
Content-Length: 121
Content-Type: text/html
Set-Cookie: ASPSESSIONIDSSTSSTRT=PGPLEPBBHMGEKADNNGJNCKJJ; path=/
Cache-control: private
HTTPS: 163 bytes of encrypted data received
<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="">here</
a>.</body>
HTTPS: server disconnected
Final handshake: 23 bytes sent successfully
Strangely, if I use WSFetch to simulate the https request, IIS returns
the correct rendered SQL with no error !
Guys - please help - 'm absoultely stuck onn this one !
Many thanks - TR >> Stay informed about: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) |
|
| Back to top |
|
 |  |
External

Since: Oct 08, 2007 Posts: 4
|
(Msg. 2) Posted: Tue Oct 09, 2007 1:25 am
Post subject: Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Bernard
Thanks for the reply - I can indeed get SSL access running with
Firefox ! (after the expected certificate security warnings). Why the
hell won't IE handle it (NB : IE in this machine USED to work fine
until I removed and replaced an old SelfSSL certificate which had
expired ) ??
Any ideas ?
TR
On 9 Oct, 04:15, "Bernard Cheah [MVP]" <qbern... DeleteThis @hotmail.com.discuss>
wrote:
> The error could be cert warning, etc.
> From the log and your wfetch, the ssl cert is working...
> Do you have proxy server setting in IE? have you try other browser?
> looks like IE ssue to me.
>
> --
> Regards,
> Bernard Cheahhttp://www.iis.net/http://msmvps.com/blogs/bernard/
>
> <and... DeleteThis @TheEastwells.co.uk> wrote in message
>
> news:1191875320.861896.200500@o80g2000hse.googlegroups.com...
>
> > People
>
> > I know the above problem has been covered in detail, but I just can't
> > seem to sort it out - I've wasted hours on it so far !
>
> > I'm building an ASP.NET (ver 2) app on a Win XP develpment laptop
> > (SP2), with IE 5.1 runing on the same machine. I've installed a
> > certificate using SelfSSL from the IE 6 resource kit.
>
> > The problem is that IE (running on the same machine) won't load pages
> > from my web site via https - http works fine. The certificate was
> > installed as below :
>
> > SelfSSl /T /N:CN=AE-IMARQUE01 /V:1000
> > Microsoft (R) SelfSSL Version 1.0
> > Copyright (C) 2003 Microsoft Corporation. All rights reserved.
>
> > Do you want to replace the SSL settings for site 1 (Y/N)?y
> > The self signed certificate was successfully assigned to site 1.
>
> > I've gone through a lot of the standard fixes covered on Google and
> > elsewhere with no success. The output from SSL Diagnostics is below
> > (how do I interpret the error reported - #WARNING:Error
> > 0x800b0001 ? ):
>
> > System time: Mon, 08 Oct 2007 20:16:18 GMT
> > Connecting to 192.168.1.2:443
> > Connected
> > Handshake: 78 bytes sent
> > Handshake: 563 bytes received
> > Handshake: 182 bytes sent
> > Handshake: 43 bytes received
> > Handshake succeeded
> > Verifying server certificate, it might take a while...
> > #WARNING:Error 0x800b0001
> > Server certificate name: AE-IMARQUE01
> > Server certificate subject: CN=AE-IMARQUE01
> > Server certificate issuer: CN=AE-IMARQUE01
> > Server certificate validity: From 10/8/2007 3:15:40 PM To 7/4/2010
> > 3:15:40 PM
> > HTTPS request:
> > GET / HTTP/1.0
> > User-Agent: SSLDiag
> > Accept:*/*
> > HTTPS: 72 bytes of encrypted data sent
> > HTTPS: 345 bytes of encrypted data received
> > Status:
> > HTTP/1.1 302 Object moved
> > HTTP/1.1 302 Object moved
> > Server: Microsoft-IIS/5.1
> > Date: Mon, 08 Oct 2007 20:16:20 GMT
> > X-Powered-By: ASP.NET
> > Location: localstart.asp
> > Connection: Keep-Alive
> > Content-Length: 121
> > Content-Type: text/html
> > Set-Cookie: ASPSESSIONIDSSTSSTRT=PGPLEPBBHMGEKADNNGJNCKJJ; path=/
> > Cache-control: private
> > HTTPS: 163 bytes of encrypted data received
> > <head><title>Object moved</title></head>
> > <body><h1>Object Moved</h1>This object may be found <a HREF="">here</
> > a>.</body>
> > HTTPS: server disconnected
> > Final handshake: 23 bytes sent successfully
>
> > Strangely, if I use WSFetch to simulate the https request, IIS returns
> > the correct rendered SQL with no error !
>
> > Guys - please help - 'm absoultely stuck onn this one !
>
> > Many thanks - TR >> Stay informed about: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) |
|
| Back to top |
|
 |  |
External

Since: Oct 08, 2007 Posts: 4
|
(Msg. 3) Posted: Tue Oct 09, 2007 5:56 am
Post subject: Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ken
Thanks for the message - SSL 2.0, SSL 3.0 and TLS 1.0 are all checked
in IE (Ver 6.0.2900.2180). As I said in my last post, this version of
IE used to be able to access pages via https on the localhost web
server prior to re-installing the SelfSSL-generated cert !
Firefox (2.0.0.7) works fine - but I need IE working for my dev work
in Visual Studio ..
Any thoughts ?
TR
On 9 Oct, 12:40, "Ken Schaefer" <kenREM... DeleteThis @THISadOpenStatic.com>
wrote:
> I don't know what version of IE you are using, but check to see what
> versions of SSL and TLS IE is configured to use (Tools -> Internet
> Options -> Advanced -> security section). It may be that IE is not permitted
> to use the SSL/TLS version of the certificate that you have installed.
>
> Cheers
> Ken
>
> <and... DeleteThis @TheEastwells.co.uk> wrote in message
>
> news:1191918308.507427.262140@22g2000hsm.googlegroups.com...
>
> > Bernard
>
> > Thanks for the reply - I can indeed get SSL access running with
> > Firefox ! (after the expected certificate security warnings). Why the
> > hell won't IE handle it (NB : IE in this machine USED to work fine
> > until I removed and replaced an old SelfSSL certificate which had
> > expired ) ??
>
> > Any ideas ?
>
> > TR
>
> > On 9 Oct, 04:15, "Bernard Cheah [MVP]" <qbern... DeleteThis @hotmail.com.discuss>
> > wrote:
> >> The error could be cert warning, etc.
> >> From the log and your wfetch, the ssl cert is working...
> >> Do you have proxy server setting in IE? have you try other browser?
> >> looks like IE ssue to me.
>
> >> --
> >> Regards,
> >> Bernard Cheahhttp://www.iis.net/http://msmvps.com/blogs/bernard/
>
> >> <and... DeleteThis @TheEastwells.co.uk> wrote in message
>
> >>news:1191875320.861896.200500@o80g2000hse.googlegroups.com...
>
> >> > People
>
> >> > I know the above problem has been covered in detail, but I just can't
> >> > seem to sort it out - I've wasted hours on it so far !
>
> >> > I'm building an ASP.NET (ver 2) app on a Win XP develpment laptop
> >> > (SP2), with IE 5.1 runing on the same machine. I've installed a
> >> > certificate using SelfSSL from the IE 6 resource kit.
>
> >> > The problem is that IE (running on the same machine) won't load pages
> >> > from my web site via https - http works fine. The certificate was
> >> > installed as below :
>
> >> > SelfSSl /T /N:CN=AE-IMARQUE01 /V:1000
> >> > Microsoft (R) SelfSSL Version 1.0
> >> > Copyright (C) 2003 Microsoft Corporation. All rights reserved.
>
> >> > Do you want to replace the SSL settings for site 1 (Y/N)?y
> >> > The self signed certificate was successfully assigned to site 1.
>
> >> > I've gone through a lot of the standard fixes covered on Google and
> >> > elsewhere with no success. The output from SSL Diagnostics is below
> >> > (how do I interpret the error reported - #WARNING:Error
> >> > 0x800b0001 ? ):
>
> >> > System time: Mon, 08 Oct 2007 20:16:18 GMT
> >> > Connecting to 192.168.1.2:443
> >> > Connected
> >> > Handshake: 78 bytes sent
> >> > Handshake: 563 bytes received
> >> > Handshake: 182 bytes sent
> >> > Handshake: 43 bytes received
> >> > Handshake succeeded
> >> > Verifying server certificate, it might take a while...
> >> > #WARNING:Error 0x800b0001
> >> > Server certificate name: AE-IMARQUE01
> >> > Server certificate subject: CN=AE-IMARQUE01
> >> > Server certificate issuer: CN=AE-IMARQUE01
> >> > Server certificate validity: From 10/8/2007 3:15:40 PM To 7/4/2010
> >> > 3:15:40 PM
> >> > HTTPS request:
> >> > GET / HTTP/1.0
> >> > User-Agent: SSLDiag
> >> > Accept:*/*
> >> > HTTPS: 72 bytes of encrypted data sent
> >> > HTTPS: 345 bytes of encrypted data received
> >> > Status:
> >> > HTTP/1.1 302 Object moved
> >> > HTTP/1.1 302 Object moved
> >> > Server: Microsoft-IIS/5.1
> >> > Date: Mon, 08 Oct 2007 20:16:20 GMT
> >> > X-Powered-By: ASP.NET
> >> > Location: localstart.asp
> >> > Connection: Keep-Alive
> >> > Content-Length: 121
> >> > Content-Type: text/html
> >> > Set-Cookie: ASPSESSIONIDSSTSSTRT=PGPLEPBBHMGEKADNNGJNCKJJ; path=/
> >> > Cache-control: private
> >> > HTTPS: 163 bytes of encrypted data received
> >> > <head><title>Object moved</title></head>
> >> > <body><h1>Object Moved</h1>This object may be found <a HREF="">here</
> >> > a>.</body>
> >> > HTTPS: server disconnected
> >> > Final handshake: 23 bytes sent successfully
>
> >> > Strangely, if I use WSFetch to simulate the https request, IIS returns
> >> > the correct rendered SQL with no error !
>
> >> > Guys - please help - 'm absoultely stuck onn this one !
>
> >> > Many thanks - TR >> Stay informed about: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) |
|
| Back to top |
|
 |  |
External

Since: May 31, 2005 Posts: 321
|
(Msg. 4) Posted: Tue Oct 09, 2007 11:15 am
Post subject: Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
The error could be cert warning, etc.
From the log and your wfetch, the ssl cert is working...
Do you have proxy server setting in IE? have you try other browser?
looks like IE ssue to me.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
<andrew.RemoveThis@TheEastwells.co.uk> wrote in message
news:1191875320.861896.200500@o80g2000hse.googlegroups.com...
> People
>
> I know the above problem has been covered in detail, but I just can't
> seem to sort it out - I've wasted hours on it so far !
>
> I'm building an ASP.NET (ver 2) app on a Win XP develpment laptop
> (SP2), with IE 5.1 runing on the same machine. I've installed a
> certificate using SelfSSL from the IE 6 resource kit.
>
> The problem is that IE (running on the same machine) won't load pages
> from my web site via https - http works fine. The certificate was
> installed as below :
>
> SelfSSl /T /N:CN=AE-IMARQUE01 /V:1000
> Microsoft (R) SelfSSL Version 1.0
> Copyright (C) 2003 Microsoft Corporation. All rights reserved.
>
> Do you want to replace the SSL settings for site 1 (Y/N)?y
> The self signed certificate was successfully assigned to site 1.
>
> I've gone through a lot of the standard fixes covered on Google and
> elsewhere with no success. The output from SSL Diagnostics is below
> (how do I interpret the error reported - #WARNING:Error
> 0x800b0001 ? ):
>
> System time: Mon, 08 Oct 2007 20:16:18 GMT
> Connecting to 192.168.1.2:443
> Connected
> Handshake: 78 bytes sent
> Handshake: 563 bytes received
> Handshake: 182 bytes sent
> Handshake: 43 bytes received
> Handshake succeeded
> Verifying server certificate, it might take a while...
> #WARNING:Error 0x800b0001
> Server certificate name: AE-IMARQUE01
> Server certificate subject: CN=AE-IMARQUE01
> Server certificate issuer: CN=AE-IMARQUE01
> Server certificate validity: From 10/8/2007 3:15:40 PM To 7/4/2010
> 3:15:40 PM
> HTTPS request:
> GET / HTTP/1.0
> User-Agent: SSLDiag
> Accept:*/*
> HTTPS: 72 bytes of encrypted data sent
> HTTPS: 345 bytes of encrypted data received
> Status:
> HTTP/1.1 302 Object moved
> HTTP/1.1 302 Object moved
> Server: Microsoft-IIS/5.1
> Date: Mon, 08 Oct 2007 20:16:20 GMT
> X-Powered-By: ASP.NET
> Location: localstart.asp
> Connection: Keep-Alive
> Content-Length: 121
> Content-Type: text/html
> Set-Cookie: ASPSESSIONIDSSTSSTRT=PGPLEPBBHMGEKADNNGJNCKJJ; path=/
> Cache-control: private
> HTTPS: 163 bytes of encrypted data received
> <head><title>Object moved</title></head>
> <body><h1>Object Moved</h1>This object may be found <a HREF="">here</
> a>.</body>
> HTTPS: server disconnected
> Final handshake: 23 bytes sent successfully
>
> Strangely, if I use WSFetch to simulate the https request, IIS returns
> the correct rendered SQL with no error !
>
>
> Guys - please help - 'm absoultely stuck onn this one !
>
> Many thanks - TR
> >> Stay informed about: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2901
|
(Msg. 5) Posted: Tue Oct 09, 2007 9:40 pm
Post subject: Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I don't know what version of IE you are using, but check to see what
versions of SSL and TLS IE is configured to use (Tools -> Internet
Options -> Advanced -> security section). It may be that IE is not permitted
to use the SSL/TLS version of the certificate that you have installed.
Cheers
Ken
<andrew RemoveThis @TheEastwells.co.uk> wrote in message
news:1191918308.507427.262140@22g2000hsm.googlegroups.com...
> Bernard
>
> Thanks for the reply - I can indeed get SSL access running with
> Firefox ! (after the expected certificate security warnings). Why the
> hell won't IE handle it (NB : IE in this machine USED to work fine
> until I removed and replaced an old SelfSSL certificate which had
> expired ) ??
>
> Any ideas ?
>
> TR
>
> On 9 Oct, 04:15, "Bernard Cheah [MVP]" <qbern... RemoveThis @hotmail.com.discuss>
> wrote:
>> The error could be cert warning, etc.
>> From the log and your wfetch, the ssl cert is working...
>> Do you have proxy server setting in IE? have you try other browser?
>> looks like IE ssue to me.
>>
>> --
>> Regards,
>> Bernard Cheahhttp://www.iis.net/http://msmvps.com/blogs/bernard/
>>
>> <and... RemoveThis @TheEastwells.co.uk> wrote in message
>>
>> news:1191875320.861896.200500@o80g2000hse.googlegroups.com...
>>
>> > People
>>
>> > I know the above problem has been covered in detail, but I just can't
>> > seem to sort it out - I've wasted hours on it so far !
>>
>> > I'm building an ASP.NET (ver 2) app on a Win XP develpment laptop
>> > (SP2), with IE 5.1 runing on the same machine. I've installed a
>> > certificate using SelfSSL from the IE 6 resource kit.
>>
>> > The problem is that IE (running on the same machine) won't load pages
>> > from my web site via https - http works fine. The certificate was
>> > installed as below :
>>
>> > SelfSSl /T /N:CN=AE-IMARQUE01 /V:1000
>> > Microsoft (R) SelfSSL Version 1.0
>> > Copyright (C) 2003 Microsoft Corporation. All rights reserved.
>>
>> > Do you want to replace the SSL settings for site 1 (Y/N)?y
>> > The self signed certificate was successfully assigned to site 1.
>>
>> > I've gone through a lot of the standard fixes covered on Google and
>> > elsewhere with no success. The output from SSL Diagnostics is below
>> > (how do I interpret the error reported - #WARNING:Error
>> > 0x800b0001 ? ):
>>
>> > System time: Mon, 08 Oct 2007 20:16:18 GMT
>> > Connecting to 192.168.1.2:443
>> > Connected
>> > Handshake: 78 bytes sent
>> > Handshake: 563 bytes received
>> > Handshake: 182 bytes sent
>> > Handshake: 43 bytes received
>> > Handshake succeeded
>> > Verifying server certificate, it might take a while...
>> > #WARNING:Error 0x800b0001
>> > Server certificate name: AE-IMARQUE01
>> > Server certificate subject: CN=AE-IMARQUE01
>> > Server certificate issuer: CN=AE-IMARQUE01
>> > Server certificate validity: From 10/8/2007 3:15:40 PM To 7/4/2010
>> > 3:15:40 PM
>> > HTTPS request:
>> > GET / HTTP/1.0
>> > User-Agent: SSLDiag
>> > Accept:*/*
>> > HTTPS: 72 bytes of encrypted data sent
>> > HTTPS: 345 bytes of encrypted data received
>> > Status:
>> > HTTP/1.1 302 Object moved
>> > HTTP/1.1 302 Object moved
>> > Server: Microsoft-IIS/5.1
>> > Date: Mon, 08 Oct 2007 20:16:20 GMT
>> > X-Powered-By: ASP.NET
>> > Location: localstart.asp
>> > Connection: Keep-Alive
>> > Content-Length: 121
>> > Content-Type: text/html
>> > Set-Cookie: ASPSESSIONIDSSTSSTRT=PGPLEPBBHMGEKADNNGJNCKJJ; path=/
>> > Cache-control: private
>> > HTTPS: 163 bytes of encrypted data received
>> > <head><title>Object moved</title></head>
>> > <body><h1>Object Moved</h1>This object may be found <a HREF="">here</
>> > a>.</body>
>> > HTTPS: server disconnected
>> > Final handshake: 23 bytes sent successfully
>>
>> > Strangely, if I use WSFetch to simulate the https request, IIS returns
>> > the correct rendered SQL with no error !
>>
>> > Guys - please help - 'm absoultely stuck onn this one !
>>
>> > Many thanks - TR
>
> >> Stay informed about: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) |
|
| Back to top |
|
 |  |
External

Since: May 31, 2005 Posts: 321
|
(Msg. 6) Posted: Wed Oct 10, 2007 11:37 am
Post subject: Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Check the proxy setting, automatic discovery setting, etc?
flip the setting, restart IE and test again.
if still not working, try IE group.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
<andrew.TakeThisOut@TheEastwells.co.uk> wrote in message
news:1191934582.896653.186820@19g2000hsx.googlegroups.com...
> Ken
>
> Thanks for the message - SSL 2.0, SSL 3.0 and TLS 1.0 are all checked
> in IE (Ver 6.0.2900.2180). As I said in my last post, this version of
> IE used to be able to access pages via https on the localhost web
> server prior to re-installing the SelfSSL-generated cert !
>
> Firefox (2.0.0.7) works fine - but I need IE working for my dev work
> in Visual Studio ..
>
> Any thoughts ?
>
> TR
>
> On 9 Oct, 12:40, "Ken Schaefer" <kenREM....TakeThisOut@THISadOpenStatic.com>
> wrote:
>> I don't know what version of IE you are using, but check to see what
>> versions of SSL and TLS IE is configured to use (Tools -> Internet
>> Options -> Advanced -> security section). It may be that IE is not
>> permitted
>> to use the SSL/TLS version of the certificate that you have installed.
>>
>> Cheers
>> Ken
>>
>> <and....TakeThisOut@TheEastwells.co.uk> wrote in message
>>
>> news:1191918308.507427.262140@22g2000hsm.googlegroups.com...
>>
>> > Bernard
>>
>> > Thanks for the reply - I can indeed get SSL access running with
>> > Firefox ! (after the expected certificate security warnings). Why the
>> > hell won't IE handle it (NB : IE in this machine USED to work fine
>> > until I removed and replaced an old SelfSSL certificate which had
>> > expired ) ??
>>
>> > Any ideas ?
>>
>> > TR
>>
>> > On 9 Oct, 04:15, "Bernard Cheah [MVP]" <qbern....TakeThisOut@hotmail.com.discuss>
>> > wrote:
>> >> The error could be cert warning, etc.
>> >> From the log and your wfetch, the ssl cert is working...
>> >> Do you have proxy server setting in IE? have you try other browser?
>> >> looks like IE ssue to me.
>>
>> >> --
>> >> Regards,
>> >> Bernard Cheahhttp://www.iis.net/http://msmvps.com/blogs/bernard/
>>
>> >> <and....TakeThisOut@TheEastwells.co.uk> wrote in message
>>
>> >>news:1191875320.861896.200500@o80g2000hse.googlegroups.com...
>>
>> >> > People
>>
>> >> > I know the above problem has been covered in detail, but I just
>> >> > can't
>> >> > seem to sort it out - I've wasted hours on it so far !
>>
>> >> > I'm building an ASP.NET (ver 2) app on a Win XP develpment laptop
>> >> > (SP2), with IE 5.1 runing on the same machine. I've installed a
>> >> > certificate using SelfSSL from the IE 6 resource kit.
>>
>> >> > The problem is that IE (running on the same machine) won't load
>> >> > pages
>> >> > from my web site via https - http works fine. The certificate was
>> >> > installed as below :
>>
>> >> > SelfSSl /T /N:CN=AE-IMARQUE01 /V:1000
>> >> > Microsoft (R) SelfSSL Version 1.0
>> >> > Copyright (C) 2003 Microsoft Corporation. All rights reserved.
>>
>> >> > Do you want to replace the SSL settings for site 1 (Y/N)?y
>> >> > The self signed certificate was successfully assigned to site 1.
>>
>> >> > I've gone through a lot of the standard fixes covered on Google and
>> >> > elsewhere with no success. The output from SSL Diagnostics is below
>> >> > (how do I interpret the error reported - #WARNING:Error
>> >> > 0x800b0001 ? ):
>>
>> >> > System time: Mon, 08 Oct 2007 20:16:18 GMT
>> >> > Connecting to 192.168.1.2:443
>> >> > Connected
>> >> > Handshake: 78 bytes sent
>> >> > Handshake: 563 bytes received
>> >> > Handshake: 182 bytes sent
>> >> > Handshake: 43 bytes received
>> >> > Handshake succeeded
>> >> > Verifying server certificate, it might take a while...
>> >> > #WARNING:Error 0x800b0001
>> >> > Server certificate name: AE-IMARQUE01
>> >> > Server certificate subject: CN=AE-IMARQUE01
>> >> > Server certificate issuer: CN=AE-IMARQUE01
>> >> > Server certificate validity: From 10/8/2007 3:15:40 PM To 7/4/2010
>> >> > 3:15:40 PM
>> >> > HTTPS request:
>> >> > GET / HTTP/1.0
>> >> > User-Agent: SSLDiag
>> >> > Accept:*/*
>> >> > HTTPS: 72 bytes of encrypted data sent
>> >> > HTTPS: 345 bytes of encrypted data received
>> >> > Status:
>> >> > HTTP/1.1 302 Object moved
>> >> > HTTP/1.1 302 Object moved
>> >> > Server: Microsoft-IIS/5.1
>> >> > Date: Mon, 08 Oct 2007 20:16:20 GMT
>> >> > X-Powered-By: ASP.NET
>> >> > Location: localstart.asp
>> >> > Connection: Keep-Alive
>> >> > Content-Length: 121
>> >> > Content-Type: text/html
>> >> > Set-Cookie: ASPSESSIONIDSSTSSTRT=PGPLEPBBHMGEKADNNGJNCKJJ; path=/
>> >> > Cache-control: private
>> >> > HTTPS: 163 bytes of encrypted data received
>> >> > <head><title>Object moved</title></head>
>> >> > <body><h1>Object Moved</h1>This object may be found <a
>> >> > HREF="">here</
>> >> > a>.</body>
>> >> > HTTPS: server disconnected
>> >> > Final handshake: 23 bytes sent successfully
>>
>> >> > Strangely, if I use WSFetch to simulate the https request, IIS
>> >> > returns
>> >> > the correct rendered SQL with no error !
>>
>> >> > Guys - please help - 'm absoultely stuck onn this one !
>>
>> >> > Many thanks - TR
>
> >> Stay informed about: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) |
|
| Back to top |
|
 |  |
External

Since: Oct 08, 2007 Posts: 4
|
(Msg. 7) Posted: Tue Oct 16, 2007 2:31 am
Post subject: Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Thanks for your help guys
I worked around the problem by plugging Firefox into Visual Studio -
put it down to experience !
Thanks again
On 10 Oct, 04:37, "Bernard Cheah [MVP]" <qbern... RemoveThis @hotmail.com.discuss>
wrote:
> Check the proxy setting, automatic discovery setting, etc?
> flip the setting, restart IE and test again.
>
> if still not working, try IE group.
>
> --
> Regards,
> Bernard Cheahhttp://www.iis.net/http://msmvps.com/blogs/bernard/
>
> <and... RemoveThis @TheEastwells.co.uk> wrote in message
>
> news:1191934582.896653.186820@19g2000hsx.googlegroups.com...
>
> > Ken
>
> > Thanks for the message - SSL 2.0, SSL 3.0 and TLS 1.0 are all checked
> > in IE (Ver 6.0.2900.2180). As I said in my last post, this version of
> > IE used to be able to access pages via https on the localhost web
> > server prior to re-installing the SelfSSL-generated cert !
>
> > Firefox (2.0.0.7) works fine - but I need IE working for my dev work
> > in Visual Studio ..
>
> > Any thoughts ?
>
> > TR
>
> > On 9 Oct, 12:40, "Ken Schaefer" <kenREM... RemoveThis @THISadOpenStatic.com>
> > wrote:
> >> I don't know what version of IE you are using, but check to see what
> >> versions of SSL and TLS IE is configured to use (Tools -> Internet
> >> Options -> Advanced -> security section). It may be that IE is not
> >> permitted
> >> to use the SSL/TLS version of the certificate that you have installed.
>
> >> Cheers
> >> Ken
>
> >> <and... RemoveThis @TheEastwells.co.uk> wrote in message
>
> >>news:1191918308.507427.262140@22g2000hsm.googlegroups.com...
>
> >> > Bernard
>
> >> > Thanks for the reply - I can indeed get SSL access running with
> >> > Firefox ! (after the expected certificate security warnings). Why the
> >> > hell won't IE handle it (NB : IE in this machine USED to work fine
> >> > until I removed and replaced an old SelfSSL certificate which had
> >> > expired ) ??
>
> >> > Any ideas ?
>
> >> > TR
>
> >> > On 9 Oct, 04:15, "Bernard Cheah [MVP]" <qbern... RemoveThis @hotmail.com.discuss>
> >> > wrote:
> >> >> The error could be cert warning, etc.
> >> >> From the log and your wfetch, the ssl cert is working...
> >> >> Do you have proxy server setting in IE? have you try other browser?
> >> >> looks like IE ssue to me.
>
> >> >> --
> >> >> Regards,
> >> >> Bernard Cheahhttp://www.iis.net/http://msmvps.com/blogs/bernard/
>
> >> >> <and... RemoveThis @TheEastwells.co.uk> wrote in message
>
> >> >>news:1191875320.861896.200500@o80g2000hse.googlegroups.com...
>
> >> >> > People
>
> >> >> > I know the above problem has been covered in detail, but I just
> >> >> > can't
> >> >> > seem to sort it out - I've wasted hours on it so far !
>
> >> >> > I'm building an ASP.NET (ver 2) app on a Win XP develpment laptop
> >> >> > (SP2), with IE 5.1 runing on the same machine. I've installed a
> >> >> > certificate using SelfSSL from the IE 6 resource kit.
>
> >> >> > The problem is that IE (running on the same machine) won't load
> >> >> > pages
> >> >> > from my web site via https - http works fine. The certificate was
> >> >> > installed as below :
>
> >> >> > SelfSSl /T /N:CN=AE-IMARQUE01 /V:1000
> >> >> > Microsoft (R) SelfSSL Version 1.0
> >> >> > Copyright (C) 2003 Microsoft Corporation. All rights reserved.
>
> >> >> > Do you want to replace the SSL settings for site 1 (Y/N)?y
> >> >> > The self signed certificate was successfully assigned to site 1.
>
> >> >> > I've gone through a lot of the standard fixes covered on Google and
> >> >> > elsewhere with no success. The output from SSL Diagnostics is below
> >> >> > (how do I interpret the error reported - #WARNING:Error
> >> >> > 0x800b0001 ? ):
>
> >> >> > System time: Mon, 08 Oct 2007 20:16:18 GMT
> >> >> > Connecting to 192.168.1.2:443
> >> >> > Connected
> >> >> > Handshake: 78 bytes sent
> >> >> > Handshake: 563 bytes received
> >> >> > Handshake: 182 bytes sent
> >> >> > Handshake: 43 bytes received
> >> >> > Handshake succeeded
> >> >> > Verifying server certificate, it might take a while...
> >> >> > #WARNING:Error 0x800b0001
> >> >> > Server certificate name: AE-IMARQUE01
> >> >> > Server certificate subject: CN=AE-IMARQUE01
> >> >> > Server certificate issuer: CN=AE-IMARQUE01
> >> >> > Server certificate validity: From 10/8/2007 3:15:40 PM To 7/4/2010
> >> >> > 3:15:40 PM
> >> >> > HTTPS request:
> >> >> > GET / HTTP/1.0
> >> >> > User-Agent: SSLDiag
> >> >> > Accept:*/*
> >> >> > HTTPS: 72 bytes of encrypted data sent
> >> >> > HTTPS: 345 bytes of encrypted data received
> >> >> > Status:
> >> >> > HTTP/1.1 302 Object moved
> >> >> > HTTP/1.1 302 Object moved
> >> >> > Server: Microsoft-IIS/5.1
> >> >> > Date: Mon, 08 Oct 2007 20:16:20 GMT
> >> >> > X-Powered-By: ASP.NET
> >> >> > Location: localstart.asp
> >> >> > Connection: Keep-Alive
> >> >> > Content-Length: 121
> >> >> > Content-Type: text/html
> >> >> > Set-Cookie: ASPSESSIONIDSSTSSTRT=PGPLEPBBHMGEKADNNGJNCKJJ; path=/
> >> >> > Cache-control: private
> >> >> > HTTPS: 163 bytes of encrypted data received
> >> >> > <head><title>Object moved</title></head>
> >> >> > <body><h1>Object Moved</h1>This object may be found <a
> >> >> > HREF="">here</
> >> >> > a>.</body>
> >> >> > HTTPS: server disconnected
> >> >> > Final handshake: 23 bytes sent successfully
>
> >> >> > Strangely, if I use WSFetch to simulate the https request, IIS
> >> >> > returns
> >> >> > the correct rendered SQL with no error !
>
> >> >> > Guys - please help - 'm absoultely stuck onn this one !
>
> >> >> > Many thanks - TR >> Stay informed about: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1) |
|
| Back to top |
|
 |  |
| Related Topics: | Cannot find server or DNS Error - All of a sudden I cannot do a search in Internet Explorer. I can type in an address and the page will be displayed, but when I just type in a search for example "real estate florida" or any word search I get a message that the page cannot be di...
Cannot find server / DNS Error - I am getting one of the most unusual errors I have ever seen on any version of IIS, which I've been using since IIS3. I am presenting a page with over 1000 records drawn from the SQL db, and I generate the "Cannot find server or DNS Error" err...
Cannot find server or DNS Error - Hi Everybody, I just installed Windows 2003 server. Then I installed IIS and FrontPage extensions. But When I try to configure FrontPage extensions, I am getting "Cannot find server or DNS Error". I think IIS is not working. Any idea? I hav...
cannot find server or DNS error - I installed IIS 5.1 for XP professional SP1. Every think work fine on my server side. I can use a brownser to open www.mysite.com on my server computer. But no client computer can open my web site. They received the "Page cannot be displayed...... ...
IIS and XP Pro: "Cannot find Server or DNS Error" - I have XP Pro installed and IIS 5. I've done nothing fancy, just went with all the default settings. When I try to open a simple htm file I receive the error "Cannot find Server or DNS Error". I am not using SSL, can anyone advise. Than... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|