mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
This commit adds a new `TrustAllTlsRequestFactory` request factory that can be used in tests for connecting a `RestTestClient` to a TLS endpoint without checking the certificates validity. See gh-46632