java - Could not generate DH keypair on "Add composer dependency" in PhpStorm -


i got warn message

could not package info. failed connect https://packagist.org/packages/list.json: java.lang.runtimeexception: not generate dh keypair please check internet connection. 

when opening composer dependency on webstorm.. after bit search, maybe it's caused java sdk. problem persist after update java latest version java 8u45.

enter image description here

/applications/phpstorm.app/contents/info.plist

<key>jvmversion</key> <string>1.6*</string>

change↓

<key>jvmversion</key> <string>1.8*</string>


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -