Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1)
Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1)
am 08.10.2007 22:28:40 von Andrew
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
Object moved
Object Moved
This object may be found here
a>.
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
Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1)
am 09.10.2007 05:15:07 von Bernard
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/
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
> Object moved
> Object Moved
This object may be found here
> a>.
> 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
>
Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1)
am 09.10.2007 10:25:08 von Andrew
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]"
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/
>
> 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
> > Object moved
> > Object Moved
This object may be found here
> > a>.
> > 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
Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1)
am 09.10.2007 13:40:38 von Ken Schaefer
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
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]"
> 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/
>>
>> 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
>> > Object moved
>> > Object Moved
This object may be found here
>> > a>.
>> > 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
>
>
Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1)
am 09.10.2007 14:56:22 von Andrew
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"
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
>
> 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]"
> > 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/
>
> >> 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
> >> > Object moved
> >> > Object Moved
This object may be found here
> >> > a>.
> >> > 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
Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1)
am 10.10.2007 05:37:53 von Bernard
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/
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"
> 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
>>
>> 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]"
>> > 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/
>>
>> >> 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
>> >> > Object moved
>> >> > Object Moved
This object may be found
>> >> > HREF="">here
>> >> > a>.
>> >> > 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
>
>
Re: Cannot find server or DNS Error - SelfSSL on WinXP (IE 5.1)
am 16.10.2007 11:31:59 von Andrew
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]"
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/
>
> 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"
> > 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
>
> >> 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]"
> >> > 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/
>
> >> >> 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
> >> >> > Object moved
> >> >> > Object Moved
This object may be found
> >> >> > HREF="">here
> >> >> > a>.
> >> >> > 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