I've created an EC2 instance using the AMI image and able to browse to my instance using: https://[PublicDnsName]:7473 but I can't connect to the server when prompted with $ :server connect where
"Connect URL" is neo4j://0.0.0.0:7687
"Authentication Type" is Username/Password
"Username" is neo4j
"Password" is neo4j
I get following error: SessionExpired: 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 ro...
What am I missing? Help much appreciated.