JL.
JL.

Reputation: 81342

How to setup a test HTTPS site under IIS

I have a WCF service that I would like to run on https:// how can I setup a test site on local host for this?

Upvotes: 1

Views: 527

Answers (1)

blowdart
blowdart

Reputation: 56520

You can mimic this, to a certain extent with a self signed certificate. How you get one depends on your version of IIS - IIS7 has built in functionality for this, IIS6 needs you to use makecert.

Upvotes: 2

Related Questions