Netflix/ribbon

Ribbon + Docker + HTTPS

ffroliva opened this issue · 0 comments

Hi,

I have a spring boot application that uses Ribbon and Feign client. Everything works fine on HTTP. However, If I enable HTTPS I have problems with the certificate because Ribbon uses the IP address for sever resolution. Docker assigns me dynamic IP addresses every instance of the server I am running so I can not add the IP addresses in the certificate.

What is the recommended way to overcome this?

Thank you in advance.