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
kfridaykfriday 

2way SSL authentication through proxy

Hi,
Does anyone have a solution that allows a REST callout through a proxy using a client certificate for 2way ssl authenticaition?
I'm trying to integrate with a Partner's webservice but they will not allow IP address ranges on their Whitelist so we have to come up with a proxy solution that will forward the client certificate used for the HttpRequest through a proxy to the Partner's webservice.
Has anyone ever set this up? What proxy? What config?

Thanks.