Answered by:
wcf httpsbinding with https and ssl

Question
-
User383567333 posted
I am new in WCF, just want to learn how can i create a wcf service with wshttpbinding with https and SSL certificate.
I am using VS2012, please help me with step by step process.
regards,
Thursday, October 17, 2013 1:08 AM
Answers
-
User-488622176 posted
Does this help you : http://msdn.microsoft.com/en-us/library/hh556232.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, October 17, 2013 9:46 AM -
User260886948 posted
I am new in WCF, just want to learn how can i create a wcf service with wshttpbinding with https and SSL certificate.
I am using VS2012, please help me with step by step process.
Hi,
Please try to check the following article which will tell you how to enable SSL for a WCF service step-by-step:
#Enabling SSL for a WCF Service :
http://dotnet.dzone.com/articles/enabling-ssl-wcf-service .Best Regards,
Amy Peng- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, October 18, 2013 3:35 AM -
User-488622176 posted
This is the problem with self signed certificates. But what is the problem with it? It should work, it is merely a nuisance.
In the WCF client, disable verification of the certificate as shown here : http://stackoverflow.com/questions/4977218/how-to-accept-a-self-signed-ssl-certificate-in-a-wcf-client
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 21, 2013 8:29 AM
All replies
-
User-488622176 posted
Does this help you : http://msdn.microsoft.com/en-us/library/hh556232.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, October 17, 2013 9:46 AM -
User260886948 posted
I am new in WCF, just want to learn how can i create a wcf service with wshttpbinding with https and SSL certificate.
I am using VS2012, please help me with step by step process.
Hi,
Please try to check the following article which will tell you how to enable SSL for a WCF service step-by-step:
#Enabling SSL for a WCF Service :
http://dotnet.dzone.com/articles/enabling-ssl-wcf-service .Best Regards,
Amy Peng- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, October 18, 2013 3:35 AM -
User383567333 posted
hi Illeris.. i follwed the steps, i successfully created certificate but getting error:
http://postimage.org/image/50moo44fx
http://postimage.org/image/4g7nlfb7h
http://postimage.org/image/adbj28scd
please open links, i hosted images here
Saturday, October 19, 2013 2:00 PM -
User-488622176 posted
This is the problem with self signed certificates. But what is the problem with it? It should work, it is merely a nuisance.
In the WCF client, disable verification of the certificate as shown here : http://stackoverflow.com/questions/4977218/how-to-accept-a-self-signed-ssl-certificate-in-a-wcf-client
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, October 21, 2013 8:29 AM -
User503812343 posted
For configuring SSL for WCF you will have to create self signed certificate using IIS. Configure endpoints.
Monday, October 21, 2013 1:59 PM