rschmitt commented on issue #151: TLS session and HTTP/1.1 data buffering improvements URL: https://github.com/apache/httpcomponents-core/pull/151#issuecomment-535662674 @ok2c I've figured out why those four TLS tests were failing: the `CLIENT_HELLO` message *only* lists AES-GCM cipher suites, and by some coincidence, the endpoint I'm calling doesn't support AES-GCM. This is only happening with the async client. Did the defaults change recently?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
