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

后端 未结 9 1583
难免孤独
难免孤独 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:38

    We have this problem with one database we don't control and it requried another solution (The ones listed here didn't work). For mine I needed:

    -Djdk.tls.client.protocols="TLSv1,TLSv1.1"
    

    I think in my case it had to do with forcing a certain order.

提交回复
热议问题