-
Retain scheme (e.g. https) in URL from @FeignClient · 1d358048Dave Syer authored
When the URL is passed down to Ribbon and reconstructed from a LoadBalancer the Server only knows about host and port, so the scheme has to come from the original declaration. There's still a potential problem with Eureka remote services that are available with a non-secure port as well (probably fairly rare). Fixes gh-221
1d358048