0

I am using IIS V5.1 I have wcf service application for which I am using security mode = Transport. and wshttpbinding.

How can I Configure the Virtual Directory to Require SSL ?

raven
  • 18,004
  • 16
  • 81
  • 112
Ashish Ashu
  • 14,169
  • 37
  • 86
  • 117

1 Answers1

0

You need to install a server certificate for your web site to enable SSL for a virtual Directory.

See Microsoft for details about setting up ssl.

You will need to get a server certificate from somewhere you can create a self-signed certificate by following these instructions.

John Hunter
  • 4,042
  • 4
  • 26
  • 35