You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Netty4ClientHttpRequestFactory uses SSL if either the port is 443 or not port is given and the scheme is https. URIs having a port specified other than 443 but using https use plain-text connections so SSL is not applied.
So https://localhost:8200 connects via plaintext but should use SSL.