java - javax.net.ssl.SSLException when using REST client in PyCharm -
update:
as per jetbrains support, jdk 8 solve issue font rendering horrible. i'll leave here later updates.
i'm trying send https request rest client in pycharm in osx yosemite, gives this:
javax.net.ssl.sslexception: java.lang.runtimeexception: not generate dh keypair
i have java version "1.6.0_65"
installed , requests http urls work fine.
Comments
Post a Comment