I read through many post on Stackoverflow about this problem, but I can’t seem to find any solution
I have a web server running on IIS 7.5 and use self signed certificate for it, so that https service can be called by WP7.
I have a client (WP7) and I want to install that certificate to my emulator to test. I tried export the certificate to .cer, .p7b, and have that file included in the web server so that my WP7 emulator can access it. The emulator shows a message box indicating that “the certificate has been installed successfully”, I even try to change regional setting so that the emulator can “reset”, however WP7 still can’t access https service on web server.
Can we install self signed certificate on WP7 emulator, or we can just install on real device ?
Thanks in advance.
There are specific requirements in effect for SSL certificates that can be used with Windows Phone, outlined here. Self-signed certificates won’t play nice with secure services.
(source)