You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: