[
https://issues.apache.org/jira/browse/NETBEANS-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906620#comment-16906620
]
Marc Krämer commented on NETBEANS-2931:
---------------------------------------
I think I found the cause for this problem, as I had a similar problem:
in
/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.212-1.b04.1.mga7.x86_64/jre/lib/security/java.security
some algorithms for ssl have been disabled - I don't know why, since I've never
touched this file, but after changing the line to
jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \
EC keySize < 224, 3DES_EDE_CBC, anon, NULL
It works - sorry for the noise - but the error message (from java) is not very
clear to the user what is wrong ;)
> A java.lang.IllegalStateException exception has occurred.
> ---------------------------------------------------------
>
> Key: NETBEANS-2931
> URL: https://issues.apache.org/jira/browse/NETBEANS-2931
> Project: NetBeans
> Issue Type: Bug
> Affects Versions: 11.0
> Environment: mageia linux 7
> Reporter: Marc Krämer
> Priority: Blocker
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The page
> [https://plugins.netbeans.org/nbpluginportal/updates/11.0/|http://plugins.netbeans.org/nbpluginportal/updates/11.0/]
> (which is a redirect from https://netbeans.apache.org/nb/plugins/11.1/)
> is not secured by a valid certificate. Checked in all browsers. Netbeans
> itself refuses to connect to this page:
> "Unable to connect to the NetBeans Distribution because of Received fatal
> alert: handshake_failure"
>
> Since the tar ball does not contain an installable php distribution it is not
> possible to activate php.
> "Some plugins require plugin org.netbeans.libs.oracle.jsparser to be
> installed.
> The plugin named org.netbeans.libs.oracle.jsparser is needed and not found.
> The following plugin is affected:
> PHP"
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists