简体   繁体   中英

Configure windows service hosted WCF REST to work on HTTPS?

i have built a WCF REST that is hosted on a windows service. it works with regular HTTP calls. what are the steps to make it work with SSL (HTTPS?)

You need to install the X.509 cert and configure it to your WCF service endpoint using httpcfg.exe or netsh. See here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM