HttpListener supports SSL only for localhost? install certificate

         1.Start-All Programs -

 

 

         2.execute below lines on that ‘Developer Command Prompt..’ tool

         makecert -n "CN=vMargeCA" -r -sv vMargeCA.pvk vMargeCA.cer

         makecert -sk vMargeSignedByCA -iv vMargeCA.pvk -n "CN=vMargeSignedByCA" -ic vMargeCA.cer vMargeSignedByCA.cer -sr localmachine -ss My

         and you will get three files (my path is C:\Program Files (x86)\Microsoft Visual Studio 11.0) :  vMargeCA.cer,  vMargeCA.pvk,  vMargeSignedByCA.cer

 

 

 

           3.install vMargeCA.cer to the trusted in localstorage  and vMargeSignedByCA.cer to the personal





           4.Cope the Thumbprint value of the vMargeSignedByCA.cer.
             





5.Execute the last command on that tool

netsh http add sslcert ipport=0.0.0.0:3000 certhash="41af329311194416e90ac0c15fc2fe86d12f0c58" appid={b46fd4ef-71d2-4472-8283-d0112119f28a}     //Note, 3000 is the port must consist with the port using on Simulator, certhas is the Thumbprint value from the vMargeSignedByCA.cer

Then you will see a successful prompt.

Here is the article that I refered to http://www.codeproject.com/Questions/318868/HttpListener-supports-SSL-only-for-localhost

转载于:https://www.cnblogs.com/cw_volcano/p/4284461.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值