-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: bugA general bugA general bug
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: bugA general bugA general bug