jmeter - javax.net.ssl.SSLException: Received fatal alert: internal_error -
how resolve javax.net.ssl.sslexception: received fatal alert: internal_error when using jmeter through gui mode. have changed https.default.protocol=sslv3 in jmeter.properties file still not able resolve it. pls advice.
can show full stacktrace ?
read from:
this:
you may encounter following error: java.security.cert.certificateexception: certificates not conform algorithm constraints if run https request on web site ssl certificate (itself or 1 of ssl certificates in chain of trust) signature algorithm using md2 (like md2withrsaencryption) or ssl certificate size lower 1024 bits. error related increased security in java 7 version u16 (md2) , version u40 (certificate size lower 1024 bits), , java 8 too. allow perform https request, can downgrade security of java installation editing java jdk.certpath.disabledalgorithms property. remove md2 value or constraint on size, depending on case. property in file:
- java_home/jre/lib/security/java.security
although don't have same exception might issue, that's why need full stacktrace
Comments
Post a Comment