-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certificates with IP addresses does not work with this change #308
Comments
I actually don't really recall what that was for. I want to say it was related to the tests, or perhaps I just didn't think it was possible to generate a cert with an IP address. In any case, it seems like the tests pass with the check removed (see #312). |
FWIW, Node prints this warning when an IP address is used for
|
With this change, if we have a certificate for an ip address, it will throw an error:
proxy-agents/packages/socks-proxy-agent/src/index.ts
Line 178 in 010fdc3
It's not clear to me why this has been added but in many scenarios (especially with k8s structure where certificates are for ip addresses), this will break.
The text was updated successfully, but these errors were encountered: