What are the configuration changes required to use SSL in a WCF .svc file.Did a lot of googling over the same and have tried all possible ways by configuring endpoints and service behaviors but it ends up giving endpoint not found error or 404 error .Kindly suggest if i am missing out on any thing .Attached alongwith is the web.config file.Thanx in advance
Asked
Active
Viewed 34 times
0
-
The web.config file must have got lost along the way. Please recheck the question. – John Dvorak Mar 01 '13 at 12:13
1 Answers
0
If all you need is the encryption, then HTTP Transport Security will be your solution.
Note that you will also need a SSL certificate provided by a trusted authority, such as VeriSign.

Jens H
- 4,590
- 2
- 25
- 35