Use HTTPS for external links wherever possible
See gh-16320
This commit is contained in:
committed by
Andy Wilkinson
parent
864942ad4f
commit
9fc3ac7d49
@@ -768,7 +768,7 @@ additional dependency.
|
||||
Spring Boot manages the version for the
|
||||
`io.netty:netty-tcnative-boringssl-static` "uber jar", containing native libraries for
|
||||
all platforms. Developers can choose to import only the required dependencies using
|
||||
a classifier (see http://netty.io/wiki/forked-tomcat-native.html[the Netty official
|
||||
a classifier (see https://netty.io/wiki/forked-tomcat-native.html[the Netty official
|
||||
documentation]).
|
||||
|
||||
|
||||
|
||||
@@ -1514,7 +1514,7 @@ using the following property:
|
||||
|
||||
[source,properties,indent=0]
|
||||
----
|
||||
management.metrics.export.elastic.host=http://elastic.example.com:8086
|
||||
management.metrics.export.elastic.host=https://elastic.example.com:8086
|
||||
----
|
||||
|
||||
|
||||
@@ -1636,7 +1636,7 @@ server] to use can be provided using:
|
||||
|
||||
[source,properties,indent=0]
|
||||
----
|
||||
management.metrics.export.kairos.uri=http://kairosdb.example.com:8080/api/v1/datapoints
|
||||
management.metrics.export.kairos.uri=https://kairosdb.example.com:8080/api/v1/datapoints
|
||||
----
|
||||
|
||||
|
||||
|
||||
@@ -4567,7 +4567,7 @@ You can further tune how `RestClient` is configured, as shown in the following e
|
||||
|
||||
[source,properties,indent=0]
|
||||
----
|
||||
spring.elasticsearch.rest.uris=http://search.example.com:9200
|
||||
spring.elasticsearch.rest.uris=https://search.example.com:9200
|
||||
spring.elasticsearch.rest.username=user
|
||||
spring.elasticsearch.rest.password=secret
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user