Install Neo4J in RHEL 7

Env : RHEL 7 hosted in AWS EC2
JDK : OpenJDK 11
Neo Version : 4.0.4 (community)

Issue : bolt.listen_address=0.0.0.0:7687
http.listen_address=0.0.0.0:7474

With these above mentioned configuration and bypassing proxy, I can login using neo4j/neo4j , however cannot create database. Possible issue : error in establishing bolt connection

Steps taken: Disabled HTTP and enable HTTPS.

https.listen_address : 0.0.0.0:7473.

Still not working.

My question :

  1. Is https compulsory for running neo4j browser and enable bolt connectivity? Can it be done on http too? If so how?

  2. If https is a must, how should I proceed?