18
"Java.security.cert.CertificateException: Konu alternatif adı yok" hatası nasıl düzeltilir?
HTTPS aracılığıyla bir web hizmeti kullanan bir Java web hizmeti istemcim var. import javax.xml.ws.Service; @WebServiceClient(name = "ISomeService", targetNamespace = "http://tempuri.org/", wsdlLocation = "...") public class ISomeService extends Service { public ISomeService() { super(__getWsdlLocation(), ISOMESERVICE_QNAME); } Hizmet URL'sine ( https://AAA.BBB.CCC.DDD:9443/ISomeService) bağlandığımda istisna alıyorum java.security.cert.CertificateException: No subject alternative names present. Düzeltmek için …