ASP.NET - ssl certificate Cofiguration for a web site(https)

Asked By gopal krish on 01-Dec-11 03:08 AM
hi..

i am having ssl certificate information. i was configured the site with that ssl certificate.(source foldername->webfiles)
and its working fine in with https url.(ex. https:\\myapp.com)

now i have new source for the same url (foldername->webfilenew)and pointed that folder from my IIS.
but i typed the url now it is not showing with https url. it show normal ie)ex. http:\\myapp.com

i am using IIS6 and windows 2003 server .
so how to handle this issue..
what i missed here

regards
gopal.s
Reena Jain replied to gopal krish on 01-Dec-11 03:23 AM

  Reena Jain replied to Henry Taylor on 19-Nov-11 01:47 PM

hi,

In order to make SSL connections from the WebSphere application server to external servers the server must be setup to trust the external server's SSL cert.

Howto: Add an external cert to the WebSphere 6.1 or 7 TrustStore

From External Site/Port

Step 1:

  • Open the admin console
  • Navigate to SSL certificate and key management > Key stores and certificates > NodeDefaultTrustStore > Signer Certificates > Retrieve from port

Step 2:

  • Enter the external servers host name and port
  • Enter the external server host name as the Alias

Step 3:

  • Save the configuration changes

From PEM File

Step 1:

  • Open the admin console.
  • Navigate to SSL certificate and key management > Key stores and certificates > NodeDefaultTrustStore > Add

Step 2:

  • Enter Alias and the location of the *.pem file > OK

Step 3:

  • Save the configuration changes
try this and let me know