Hi All,
I have JSON web services , I am using script component to fetch data from Webservice to sql server table.
The code is working fine, if I am using sample JSON Webservice . http://www.geoplugin.net/json.gp?jsoncallback . But when I am using HTTPS:URL , it is giving below error .
[Error Getting Data From Webservice!] Error: System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Thanks in Advance..