使用 silverlight 和 wcf 测试 ssl
我想在开发环境中进行https测试。
我按照教程制作了一个证书,当我尝试连接时它崩溃了,说它是一个不受信任的证书。
据我所知,我的选择是: 1)购买昂贵的证书仅用于测试 2)编写代码作为解决方法(可怕)只是为了测试。
我想做的事... 制作免费证书,开发和生产之间没有不同的代码。
这是可能的还是这只是一个梦想?
I want to do https testing in the development environment.
I followed a tutorial to make a certificate and when I tried to connect it crashed saying that it was an untrusted certificate.
As I see it my options are:
1) Buy an expensive certificate for testing only
2) Write code as a work around (horrible) just to test.
What I would like to do...
Make a free certificate and no have different code between development and production.
Is this possible or is this just a dream?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载 IIS Express 和 Microsoft WebMatrix 并只需几秒钟,您就可以将 SSL 添加到开发服务器。
Download IIS Express and Microsoft WebMatrix and with in seconds you will be able to add SSL to the development server.