SSL IOExceptionjavax.net.ssl.SSLKeyException: RSA premaster secret error(SSL IOExceptionjavax.net.ssl.SSLKeyException: RSA premaster secret 错误)
问题描述
我们有一个专有软件来运行负载测试.当我尝试运行该工具时,我的日志中出现以下异常.我已经没有如何解决它的想法了.我看到了大多数答案,他们在运行应用程序时卸载和安装 java 并在命令行中设置类路径.我尝试了这些解决方法,但仍然没有运气.
We have a proprietary software to run the load testing. When I try to run the tool, I am getting the following exception in my logs. I am running out of ideas how to resolve it. I seen most of the answers and they got it working uninstalling and installing the java and setting the classpath in the command line while running the application . I tried those work around, but still no luck.
Java 版本:JDK 1.6.0_24
Java version: JDK 1.6.0_24
已经尝试过本论坛中提到的答案,
Already tried the answers mentioned in this forum,
点击这里
非常感谢任何帮助!
如果您需要更多详细信息,请告诉我.
Let me know, if you need any more details.
谢谢,拉梅什
推荐答案
检查这个 javahttps 网络问题
https://forums.oracle.com/thread/1533888
这可能是您的 java 安装和缺少 jar 文件的问题.https://java.net/jira/browse/GLASSFISH-15653
This could be a problem with your java installation and missing jar files.. https://java.net/jira/browse/GLASSFISH-15653
这篇关于SSL IOExceptionjavax.net.ssl.SSLKeyException: RSA premaster secret 错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!