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
Saurabh.rawane.ax708Saurabh.rawane.ax708 

Site Listener Certification for Sandbox

Hello,

 

I have created a Site Listener, which when called from my apex class using http callout creates some set of data for me.

 

Problem I am facing is I want this service listener to be secure, but i get certificate errors on Sandbox when i try to test, since certificates are not available on sandboxes, is there a work around it, since we do not have certificates for Sandboxes available ?

 

Any Help!!

paul-lmipaul-lmi

there's no safe way to secure webservices on Sandbox orgs.  It's stupid, trust me, been there.  It makes no sense to me why I can sign up for a free dev account and have SSL properly handled, and yet the Sandbox we pay for doesn't have the same functionality.

 

The only way to bypass this error would be to omit SSL, but obviously that's not safe either.

BulentBulent

if this is for just testing then you can IP restrict your site.