WebSocket error when HTTPs is used

Hey! I've been using neo4j browser without https for a while using the link http::7474/browser

but today i attached a SSL certificate against it and made it https so now i'm accessing the website using https://coolname.domain.in/browser

i'm able to see the landing page but im unable to connect to the database

WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not available to this Neo4j Driver. Please use your browsers development console to determine the root cause of the failure. Common reasons include the database being unavailable, using the wrong connection URL or temporary network problems. If you have enabled encryption, ensure your browser is configured to trust the certificate Neo4j is configured to use. WebSocket `readyState` is: 3

this is the error that is being thrown! how do i overcome this challenge. Help is appreciated.

At first glance it looks like there is a cert issue with bolt or you're trying to connect using bolt+s to an un-encrypted bolt session. You can try connecting to neo4j using bolt:// rather than bolt+s://

I wrote a guide for using the Query API with HTTPS but it also covers the scenario you have.

Take a look and let us know how you get on.