I am having microservices in spring boot and using WebClient builder for different API to API call when I use @LoadBalanced in my application I am getting an SSL Exception - " java.security.cert.CertificateException: No subject alternative names matching IP address X.X.X.X found ".
SSL certificate CA is Go Daddy.
Kindly let me know how can I add SAN for IPAddress in my SSL CSR or how to avoid this error while using @LoadBalanced.
Thanks in Advance.