Skip to content

Netty4ClientHttpRequestFactory should use SSL if port is 443 or scheme is https [SPR-14889] #19455

Closed
@spring-projects-issues

Description

@spring-projects-issues

Mark Paluch opened SPR-14889 and commented

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.


Affects: 4.3.4

Issue Links:

Referenced from: pull request #1235, and commits 6261106, 5285f53

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions