-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
Description
Related to #3, but on the other end of the connection I receive the following error:
PROXY_TO_SERVER_REQUEST_ERROR: Error: unable to verify the first certificate
The server is using a certificate signed by an internal CA. This seems to be caused by Betwixt (node-http-mitm-proxy?) not using the system certificates (on OS X).
A workaround could be a way to pass trusted certificates to the app. I can't make sense of which environment variables (if any) the code in question will consult.