Netty4ClientHttpRequestFactory should use SSL if port is 443 or scheme is https [SPR-14889] #19455
Comments
This was referenced Jan 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mark Paluch opened SPR-14889 and commented
Currently,
Netty4ClientHttpRequestFactory
uses SSL if either the port is443
or not port is given and the scheme ishttps
. URIs having a port specified other than443
but usinghttps
use plain-text connections so SSL is not applied.So
https://localhost:8200
connects via plaintext but should use SSL.Affects: 4.3.4
Issue Links:
Referenced from: pull request #1235, and commits 6261106, 5285f53
The text was updated successfully, but these errors were encountered: