Sidecar: add accept-all-ssl-certificates property in order to be able to use https health checks with self-signed certificates (#3224)

* Add acceptAllSslCertificates in SidecarProperties
This commit is contained in:
Fabri Di Napoli
2018-10-15 17:02:09 +02:00
committed by Ryan Baxter
parent 9eb5e64cd0
commit 53e7464a6e
6 changed files with 70 additions and 10 deletions

View File

@@ -2021,6 +2021,8 @@ info:
url: https://github.com/spring-cloud-samples
----
To enable the health check request to accept all certificates when using HTTPs set `sidecar.accept-all-ssl-certificates` to `true.
[[retrying-failed-requests]]
== Retrying Failed Requests