mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +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