Ignore SSL validation on 10.3.6?
Hi all, I have an application which does a simple GET to an HTTPS web server. The problem is, the GET doesn't complete correctly because the certificate is not trusted. I tried to use this flags on the server I'm using:
-Dssl.debug=true -Dweblogic.security.SSL.ignoreHostnameVerification=true
-Dweblogic.security.SSL.enforceConstraints=off
-Dweblogic.nodemanager.sslHostNameVerificationEnabled=false
-Dweblogic.security.SSL.allowSmallRSAExponent=true
But with no different results. Here the logs:
1 > GET https://XXXXXXX.XXX.XXX/webservices/ECM_RestService/fatture/2540492
1 >
<05-Jun-2014 10:41:59 o'clock CEST> <Debug> <SecuritySSL> <BEA-000000> <Ignoring not supported JCE Mac: SunJCE version 1.6 for algorithm HmacSHA1>
<05-Jun-2014 10:41:59 o'clock CEST> <Debug> <SecuritySSL> <BEA-000000> <Will use default Mac for algorithm HmacSHA1>