javax.net.ssl.SSLException with REST Client
I've been getting an error trying to run the REST Client in PhpStorm, I get the error "javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair" on any request that would have otherwise been a 200 response. Does this have to do with the version of java I'm running? I have version 8.0.3 running on OSX. Any thoughts on how to fix this?
请先登录再写评论。
See http://stackoverflow.com/questions/6851461/java-why-does-ssl-handshake-give-could-not-generate-dh-keypair-exception - may be related