I have bought ssl certificate from godaddy for one of my sharepoint website which running in iis6.0 (windows server 2003 sp2).
I have many shortcuts and links that pointed to http of my sharepoint site.
Now my question is
After i install the ssl to my sharepoint website will my site work with both http and https? or i need to change all the http links of my site to https.?
If i wish to remove the ssl from my sharepoint site,how can i do?
It will works for both http and https, for shortcut or linking you just control it at the page source, you can also use IIS to enforce that whether either site or certain folder/page must use SSL by enabling 'required ssl' option. Anyway, by default after
you assign the cert, you have full control of where to enable this. if you want to remove it just remote the server from the binding. I'm not sure the godaddy interface, but I think it should be similar to the traditional IIS MMC.
I don't know godaddy hosting interface. For IIS MMC, you just right click on the web site - properties, directory security, secure communication section, click server certificate wizard, remove this certificate... talk to godaddy if you need help.
Cheers,
Bernard Cheah
Marked as answer by Leo Tang - MSFT on Dec 15, 2009 11:54 PM
sarankamal20...
3 Posts
How do remove SSL From IIs6.0 website
Dec 09, 2009 04:32 AM|LINK
Hi,
I have bought ssl certificate from godaddy for one of my sharepoint website which running in iis6.0 (windows server 2003 sp2).
I have many shortcuts and links that pointed to http of my sharepoint site.
Now my question is
After i install the ssl to my sharepoint website will my site work with both http and https? or i need to change all the http links of my site to https.?
If i wish to remove the ssl from my sharepoint site,how can i do?
Please help me.
Thanks.
<input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML"></div>remove ssl certificate from iis 6.0
qbernard
5016 Posts
MVP
Moderator
Re: How do remove SSL From IIs6.0 website
Dec 09, 2009 06:03 AM|LINK
It will works for both http and https, for shortcut or linking you just control it at the page source, you can also use IIS to enforce that whether either site or certain folder/page must use SSL by enabling 'required ssl' option. Anyway, by default after you assign the cert, you have full control of where to enable this. if you want to remove it just remote the server from the binding. I'm not sure the godaddy interface, but I think it should be similar to the traditional IIS MMC.
Bernard Cheah
sarankamal20...
3 Posts
Re: How do remove SSL From IIs6.0 website
Dec 09, 2009 06:20 AM|LINK
Hi,
Thanks for the reply.
If we enforce the site to use ssl please confirm that we need not require to do the below
For shortcut or linking you just control it at the page source (means we need to manually change the http link to https)
How do i the following.
if you want to remove it just remote the server from the binding.
<input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML"></div>qbernard
5016 Posts
MVP
Moderator
Re: How do remove SSL From IIs6.0 website
Dec 09, 2009 06:29 AM|LINK
I don't know godaddy hosting interface. For IIS MMC, you just right click on the web site - properties, directory security, secure communication section, click server certificate wizard, remove this certificate... talk to godaddy if you need help.
Bernard Cheah