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

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

    Using openjdk-7 inside docker I have mounted a file with the content https://gist.github.com/dtelaroli/7d0831b1d5acc94c80209a5feb4e8f1c#file-jdk-security

    #Location to mount
    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/java.security
    

    Thanks @luis-muñoz

提交回复
热议问题