RSA ServerKeyExchange error
Added by noemie bolo about 9 years ago
Bonjour,
Je viens d'installer la version redmine 3.1.1 sur une Centos.
Aujourd'hui, j'essaye de faire marcher la connexion à un ldap sur le port 636 (ldaps) pour le redmine 3.1.1 et cela me donne l'erreur suivante :
RSA ServerKeyExchange does not comply to algorithm constraintsorg/jruby/ext/openssl/SSLSocket.java:210:in `connect'
/usr/share/tomcat/webapps/redmine-3.1.1/WEB-INF/gems/gems/net-ldap-0.3.1/lib/net/ldap.rb:1132:in `wrap_with_ssl'
Mon environnement :
java version "1.8.0_65"
jruby 1.7.22
Rails 4.2.4
J'avais au préalable installé redmine 3.1.0 sur une autre Centos et cette connexion ldaps fonctionne.
java version "1.8.0_40"
jruby 1.7.19
Rails 4.2.3
Je ne vois pas d'où cela peut venir.
Merci d'avance pour votre aide.
Noémie.
Replies (6)
RE: RSA ServerKeyExchange error - Added by Toshi MARUYAMA about 9 years ago
JRuby is not supported because of https://github.com/flavorjones/loofah/issues/88 .
RE: RSA ServerKeyExchange error - Added by noemie bolo about 9 years ago
Are you sure ? only the version 1.7.22 because it is working with 1.7.19...
RE: RSA ServerKeyExchange error - Added by Toshi MARUYAMA about 9 years ago
Many JRuby tests are broken, so we removed JRuby from CI server target.
http://www.redmine.org/builds/index.html
RE: RSA ServerKeyExchange error - Added by noemie bolo about 9 years ago
ok I'll try with another ruby version and I let you know if it worked.
thanks for your help
RE: RSA ServerKeyExchange error - Added by noemie bolo about 9 years ago
I have tried with ruby 2.2 but it fails when I want to package redmine (warble) into a war (to deploy it over tomcat).
Do you have a solution ?
Noémie.