Link to home
Start Free TrialLog in
Avatar of ayha1999
ayha1999

asked on

Installing SSL

Hi,

How can I install SSL certificates for some .aspx pages hosted in a web server? Please provide a link to a detailed procedure.

Thanks

ayha
Avatar of Rob
Rob
Flag of Australia image

Is it your webserver or someone else's? Ie are you hosting the website or do you have a host?
Hello,

I am not sure, but you can manage the same from coding to redirect specific URL to use HTTPS. ie. Shopping cart....

Regards,
Sanjay Santoki
installing a certificate is a server item and not a page item. It is above the actual site level so we need some information on the web server we are dealing with.
Avatar of ayha1999
ayha1999

ASKER

It is not our web server. We are hosting our site on a web server. I want to provide SSL for some pages.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Roopesh Reddy
Roopesh Reddy
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
@roopeshreddy is right - our host provides SSL but the domain is theirs not yours eg with our site

www.yourwebsite.com will go to https://servername.websitesecured.com/~username/
Thanks