SSL - How-to?`

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Sorry, for most of you this could be trivial..
To me it's not.

We want to test a website being set to SSL.
We have several apps, we ONLY want ONE app being set to SSL.
The things i am running against:

1) RequireSSL="true" in web.config did not notify me about i have to use
https:

<authentication mode="Forms" >
<forms name="AuthCookie_app1"
protection="All"
loginUrl="login.aspx"
slidingExpiration ="true"
requireSSL="true"
/>
</authentication>

2) When i set IIS to use a aspx-file as https: i don't seem to get any
response.

3) I tried the internal IIS version on my client XP PC as well.

4) Since i wanted to test SSL, i read that SSL can not work with a
certificate.
(Not at all that is)
So i read about SelfSSL

We invoked this app but it's talking about replacing the existing
certificate!!
We aborted.

Is it possible i can this test this situation by simply copying a
certificate to a specific folder?

Can someone tell me the logical steps to do this test.
This might be local but i ever had ASP.NET running properly, but for some
dumb reason it does no longer run my asp.net apps.
I never use IIS on my local PC, VWD provides it's own.

I prefer to make it work on our webserver without messing up existing apps.
The app i'm talking about is a test app only.

Thanks,


.



Relevant Pages

  • Re: SSL - How-to?`
    ... We seem to have a certificate. ... Seems IIS on my local PC is messed up ... > We have several apps, we ONLY want ONE app being set to SSL. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to let users log on from internet with admin privilges?
    ... basic authentication looks like the way to go. ... SSL is looking more difficult. ... This app will be used primarily by home ... "SSL requires only a server authentication certificate" ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: AD SSL, what impact?
    ... We use external certs with our DCs and it isn't that big of a deal. ... running with SSL LDAP using a self-signed cert we generated with selfssl.exe ... SSL LDAP traffic will naturally be a little slower than unencrypted traffic, ... If your app uses Microsoft's LDAP APIs, then you ...
    (microsoft.public.windows.server.active_directory)
  • Net::HTTP error -- getaddrinfo: nodename nor servname provid
    ... Hi -- I have an app that exists, is running on ssl, & is running happily ... on Heroku. ... I've exposed a web service on it that is called by this code: ...
    (comp.lang.ruby)
  • Re: Reality Check: Session Hijacking
    ... You solution still allows for session ... prompt at the beginning of an SSL app session, ... a fake session cookie, to the SECOND PAGE of your https app, and your ...
    (comp.lang.php)