cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

SSLv2Hello is Disabled

I install neo4j on my linux server. When I try to use Chrome to access http://serverIp:7474. I got "SSLv2Hello is disabled" errors logged in logs/debug.log.

Environment:

  • neo4j-community-3.4.7
  • RedHat Enterprise Linux Server 6.7
  • jdk_1.8.0_141
  • Chrome 65.0.3325.162

Config:
Two values is modified in conf/neo4j.conf:

dbms.security.auth_enabled=false
dbms.connectors.default_listen_address=0.0.0.0

Log:

ERROR [o.n.b.t.TransportSelectionHandler] Fatal error occurred during protocol 
selection for connection: 
[id: 0x77503ad4, L:/20.158.132.83:7687 ! R:/20.158.132.124:11142] 
javax.net.ssl.SSLHandshakeException: SSLv2Hello is disabled
1 REPLY 1

I switch to neo4j-community-3.4.9, and connected.