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.

Change password encounters "WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver"

I am trying to change password from my laptop. My neo4j is running on a public server.

I've added this configuration from https://neo4j.com/developer/kb/how-neo4j-browser-interacts-with-neo4j-server/

dbms.connector.bolt.address=0.0.0.0:7687

I've also added this configuration from https://stackoverflow.com/a/53615256

  • dbms.connector.bolt.enabled=true
  • dbms.connector.bolt.listen_address=0.0.0.0:7687
  • dbms.connector.http.enabled=true
  • dbms.connector.http.listen_address=0.0.0.0:7474
  • dbms.connector.https.enabled=true
  • dbms.connector.https.listen_address=0.0.0.0:7473

How do I make my neo4j allow me to change password?

2 REPLIES 2

Hi albertc1999, my first question, the error says "SessionExpired" is it possible your session had timed out? did you try reconnecting?

Just to check, are you able to login but not change your password? or is this the initial "change your password" prompt?

Hi Joel. I logged out and logged in many times. I refreshed that page many times. I'm not sure are those operations your "reconnecting". If not, please give some detailed steps. I'd love to try.

I have been able to login, just not to change password