Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a site which uses wcf service, so as of now both (site and wcf services) are worked on http. But now client changed the site which uses https, so now is it require wcf service to use SSL.
Posted
Updated 29-May-13 23:31pm
v2
Comments
Bojjaiah 30-May-13 6:09am    
not client if anyone use https protocal they must be SSL otherwise con't use https. ok

As long as WCF service is exposed through http protocol, client can consumed it through http protocol. But if client want to consume WCF service only through https protocol in that case you need SSL.
 
Share this answer
 
Comments
Gowri Shankar Rao 30-May-13 7:57am    
Thanks Got it
Mahesh is Correct.

If you want to explore and know how to enable SSL, then follow the below articles.
1. [MSDN] How to: Configure an IIS-hosted WCF service with SSL[^].
2. Seven simple steps to enable HTTPS on WCF WsHttp bindings[^].
 
Share this answer
 
Comments
Gowri Shankar Rao 30-May-13 7:58am    
Thanks Tadit
Most Welcome... My pleasure.

Please accept this answer, if it has helped you in any way.
This will help others to find the answer in one go and you will also be awarded with some points for this action...

Thanks,
Tadit

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900