请教下 webservice 网关问题 有遇到吗 万分感谢
在内网架设的服务器,能过 http://192.168.1.。。。这样的地址访问,然后架设有网关,网关外的电脑通过网关认证后,通过 https://... 的地址访问,现在问题就是变成https后,程序在访问webservices时会报一个安全性错误
------解决方案--------------------
客户端要有认证服务端证书的过程。你把下面的配置加到客户端的app.config或者web.config里再试试。
- XML code
<system.net> <settings> <servicePointManager checkCertificateName="false" checkCertificateRevocationList="false" enableDnsRoundRobin="true" expect100Continue="true" useNagleAlgorithm="true"/> </settings> </system.net>
------解决方案--------------------
------解决方案--------------------
flash的没搞过,看看下面的网址估计和你的问题类似:
http://talsma.tv/post.cfm/flash-9-0-124-and-webservice-over-https-channel-security-error