Click here to Skip to main content
15,888,070 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Project structure:
-Two applications
1. To host silverlight (https://aa.com)
2. To host WCF services (application namely services under main web application)(https://aa.com/services)

I hosted WCF services over HTTPS.

while i am accessing these services using silverlight web project, it is working.


But, While trying to launch OOB (Out of browser) application, same WCF services cannot be accseeible. It throws 'Remote server not found.'. Service connection is not established over HTTPS. How do i achieve it>

What I have tried:

I tried with HTTP. It is allowing to launch both OOB and Web application. It seems browser capability and oob capability is same over HTTP protocol. But not same in HTTPS?
Posted
Updated 2-Aug-16 2:08am
Comments
Richard Deeming 1-Aug-16 9:19am    
Are you using a real SSL certificate, or a self-signed certificate?
Gokul GRS 2-Aug-16 2:45am    
self-signed certificate
Gokul GRS 2-Aug-16 8:07am    
Problem is fixed. purely Certificate is the culprit. Due to expiration of certificate, the problem is occurs.

1 solution

Quote:
Problem is fixed. purely Certificate is the culprit. Due to expiration of certificate, the problem is occurs.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900