atharvalade opened a new issue, #2912: URL: https://github.com/apache/iggy/issues/2912
The Node TLS e2e test `(foreign/node/src/e2e/tls.system.e2e.ts)` connects to `127.0.0.1` and disables hostname verification with `checkServerIdentity: () => undefined`. The server certificate SAN is `DNS:localhost`, so connecting via `localhost` instead would allow proper hostname verification. Python and C# TLS tests already use `localhost`. This aligns all SDKs on the safer approach. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
