Re: Problems opening asp.net page with https



ok.
but then how do I make my selfssl generated certificate work in my live
environment? afterall, the visitors do not know my machine name, but my
domain name.
please do not concern about security implications, I know there are some by
doing this. I just need to know how to set up my selfssl in my live
webserver

any ideas?




"Dominick Baier [DevelopMentor]" <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
wrote in message news:4580be63197e038c8117928513677@xxxxxxxxxxxxxxxxxxxxx
the common name in the certificate must match the DNS name that is used to
access the server.

Otherwise you will get an security warning -

remember that SSL is an authentication protocol - and the identity
information of the server is its common name - so the browser checks
common name = server name in my URL textbox


you when you request a cert, you have to choose the name that will be used
later to access the server

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

hi,

what should I configure in the IIS 6.0 to make my asp.net page being
opened only under https?

I created a certificate for test using the SelfSSL utility. SelfSSL
/v:180 (expiraton date for 180 days)

Then I installed in the IIS6 and all ok. I went to IIS and right click
the
page and set the flag to use https.
Now, I can open the page using https://localhost/mypage.aspx but I can
not
do this if I type https://www.mydomain.com/mypage.aspx
Any setting I must verify in the IIS?
Thanks
Joao




.



Relevant Pages

  • Re: Problems opening asp.net page with https
    ... I just need to know how to set up my selfssl in my live ... used to access the server. ... I went to IIS and right ... page and set the flag to use https. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: ITS Windows 2003 IIS 6.0 SSL - error 404
    ... default when you run SelfSSL. ... IIS and HTTP.SYS does not return the 404 error you showed, ... When trying the secure port 443, ... Tried server short name and fully qualified name in the certificate. ...
    (microsoft.public.inetserver.iis.security)
  • SelfSSL Utility - Not working?
    ... I just downloaded the SelfSSL for the IIS 6.0 resource kit and ran the ... Security" for my in IIS, the "View Certificate" is grayed out. ... page not found when I try to hit my website using https:// with my IP address ... server until DNS has finished propagating. ...
    (microsoft.public.inetserver.iis.security)
  • Re: SelfSSL Utility - Not working?
    ... SelfSSL is not going to work for your particular scenario. ... It is going to generate a self-signed certificate that is not trusted by any ... testing purposes as well as when you control both client and server to get ... else browsers will popup warning dialogs), so it is purely a matter of DNS ...
    (microsoft.public.inetserver.iis.security)
  • Re: How to Recreate Default Certificate on Windows 2003?
    ... What you can try in your case is tool called SelfSSL from IIS resource ... I tried to download the selfssl tool, but it does not appear to work without ... Copyright 2003 Microsoft Corporation. ... Error opening metabase: 0x80040154 ...
    (microsoft.public.windows.server.security)

Loading