function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
trictric 

Integration issue

Issue is:- I am using rest based webservices and I have exposed endpoint URL in Apex class and to this URL I am passing username and other information which has been collected after querying salesforce.Everything works well when I am passing information using http (means no ssl is involved).However,When I use Https(which means ssl)then salesforce throws an exception such as unable to tunnel through proxy,http 1.0 service unavailable. What could be the reasons for this ,Unable to tunnel through proxy1.0 ,service unavailable error? I do not think that I can use SOAP UI as this is rest based services. What is IP Whitelist? Will it help If i get it added on the server which is hosting this web services? customers who will be using this application are portal customers.So they will no more be salesforce org users.Do you think Ip whitelist will work Can somebody please throw some light on this?