This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* http://user (UnknownHostException) with 1 occurrences migrated to:
  https://user ([https](https://user) result UnknownHostException).

# Ignored
These URLs were intentionally ignored.

* http://localhost with 2 occurrences
This commit is contained in:
Spring Operator 2019-03-20 00:36:06 -05:00
Родитель 3c596f5fee
Коммит d631104b26
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,5 +32,5 @@ eureka:
nonSecurePort: 80
client:
serviceUrl:
defaultZone: ${vcap.services.${PREFIX:}eureka.credentials.uri:http://user:${eureka.password:}@${PREFIX:}eureka.${application.domain:cfapps.io}}/eureka/
defaultZone: ${vcap.services.${PREFIX:}eureka.credentials.uri:https://user:${eureka.password:}@${PREFIX:}eureka.${application.domain:cfapps.io}}/eureka/