Take into account secure port settings when looking for config server
When the config server is located via discovery
(spring.cloud.config.discovery.enabled=true) the discovery process
should attempt to establish whether the config server prefers to
be accessed securely (e.g. it registered with Eureka as
nonSecurePortEnabled=false). This change ensures that this happens.
Fixes gh-450
Showing
Please
register
or
sign in
to comment