-
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: enhancementA general enhancementA general enhancement
Milestone
Description
Mark Paluch opened SPR-15101 and commented
Netty4ClientHttpRequestFactory
should use SNI for TLS connections. Currently, SslHandler
is created with just a ByteBufAllocator
. By using the overload accepting hostname and port, SslHandler
can indicate the requested hostname and interoperate with virtual hosts using SSL.
Affects: 4.3.5
Issue Links:
- Netty4ClientHttpRequestFactory should use SSL if port is 443 or scheme is https [SPR-14889] #19455 Netty4ClientHttpRequestFactory should use SSL if port is 443 or scheme is https
- Netty4ClientHttpRequestFactory should configure a default SslContext [SPR-14744] #19310 Netty4ClientHttpRequestFactory should configure a default SslContext
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement