WebSocket connection failure. Due to security constraints in your web browser

前端 未结 6 1006
你的背包
你的背包 2021-01-03 10:22

Today I download neo4j-community-3.2.0 in windows, when i start the server, i meet one problem in browser, i meet this problem in neo4j-community-3.1.2 and i had solved it

6条回答
  •  遥遥无期
    2021-01-03 10:51

    Assuming you have valid certs and placed them under the correct certificates directory:

    dbms.ssl.policy.bolt.client_auth=NONE

    Version 4.0. Took it from this article.

    I shared my full ssl config on this other answer.

提交回复
热议问题