Neo4j in openshift

I am trying to host neo4j in openshift where i have exposed the neo4j as http route and the bolt as loadbalancer service. The neo4j browser is accessible in chrome browser but in the chrome browser it is trying to connect to the bolt loadbalancer service URL but due to some browser security restriction it is not able to connect to the bolt. The bolt is accessible via the tool cypher-shell while checking locally. How to handle this situation and remove the chrome browser restriction as we are hosting the neo4j in intranet the SSL Certificate is from internal Certificate Authority.

It is difficult to understand without a diagram of what you think the configuration is … or the actual error messages.

Possibly a routing issue inside your containers …