Closed idobh2 closed 1 year ago
This code in this repository has been moved to the proxy-agents
monorepo, so I am closing this pull request. If you feel that this change is still necessary as of the latest release, feel free to open a new pull request over there.
I had an issue getting an ssl handshake failure error using a PAC based proxy configuration. Turns out
servername
must be provided totls.connect()
. I saw you had had it in your other "...-proxy-agent" so I just added the same here