Skip to content

ReactorHttpClientConnector ignores SSL support [SPR-14593] #19162

@spring-projects-issues

Description

@spring-projects-issues

Erik Olsson opened SPR-14593 and commented

The org.springframework.http.client.reactive.ReactorClientHttpConnector disables SSL support by calling reactor.ipc.netty.http.HttpClient.create(uri.toString()) instead of reactor.ipc.netty.http.HttpClient.create().

reactor.ipc.netty.http.HttpClient.create(uri.toString()) forces all connections over port 80.


Affects: 5.0 M1

Referenced from: pull request #1136, and commits 64bc0ca

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