开发者

Moving Web service from Http to Https [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

i have a web service and want to publish it as https.With current settings,i can publish it in http but i dont know what to do for https.What must i do in server?I search开发者_开发知识库ed something internet but couldnt find usefull and basic informations about it.I use Visual studio 2008.Thanks.


First of all you need to enable SSL Support in your Websever, Assuming you are using IIS 7 you can follow this guide from iis.net. Then you should head over to this blog and read a little about Trusted Certificates when handleing Webservices.

However, when setting up the webserver to support SSL, it should not be any difference in how you deploy it, as far as I know you just tell the webserver to respond to HTTPS instead of HTTP.

This article: "HOW TO: Secure XML Web Services with Secure Socket Layer in Windows 2000" from Microsoft might also be helpfull, however it assumes you are using Windows 2000 and probably a earlier version of .NET and IIS 6. But check it out, these combined will give you a good overview of how to set up your enviornment.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜