How to ignore certificate errors in Windows Phone 7?

≡放荡痞女 提交于 2019-12-06 12:02:59

No, unfortunately, the security guys won't let you.

Ángel López

Just make the connection to the same url but without the https

Example:

change this https://qa.server.com/webservices/test

to this http://qa.server.com/webservices/test

and it will work ;)

This is only assuming that the server you are calling does not require https.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!