Hey , we were able to get the proxy that was made for us up and running but for some reason when we try to use it inside of pipedream we are getting an error saying it doesn’t support https, only http. But if I try it on my local machine to test it I can access through the proxy via https.
The applications we are trying to access require https.
Any ideas why this might be happening?
Error:
HTTPSConnectionPool(host=‘<http://login-api-test.idicore.com|<>host>’, port=443): Max retries exceeded with url: /apiclient (Caused by ProxyError(‘Your proxy appears to only use HTTP and not HTTPS, try changing your proxy URL to be HTTP. See: Advanced Usage - urllib3 1.26.15 documentation’, SSLError(SSLError(1, ‘[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1129)’))))