java.security.cert.CertificateException: Certificates does not conform to algorithm constraints

后端 未结 9 1578
难免孤独
难免孤独 2020-11-30 02:59

I have a mapping application that can add ArcGIS 9.3+ base maps given a URL. One of the URLs that I would like to add is from a customer\'s URL and is secured. My

9条回答
  •  执念已碎
    2020-11-30 03:57

    I have this issue in SOAP-UI and no one solution above dont helped me.

    Proper solution for me was to add

    -Dsoapui.sslcontext.algorithm=TLSv1

    in vmoptions file (in my case it was ...\SoapUI-5.4.0\bin\SoapUI-5.4.0.vmoptions)

提交回复
热议问题