cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Accessing neo4j 3.5 browser without the port no in url string

Hi ,

Is it possible to access neo4j 3.5 browser without the port no in url string?

In my case i want to access browser url as https://softlinkinformation.co.in:/browser instead of
https://softlinkinformation.co.in:7474/browser

Please let me know what all changes i have to make in neo4j.conf OR at DNS level?

Thanks
Danny

2 REPLIES 2

omerule
Graph Buddy

Goodmorning,
Iam not a expert and there can be other solutions.
But you could look at a technique called "Reverse Proxy" this is done within your webserver.

Yours kindly Omer

Thanks Omer!

I changed the https port from 7473 to 443 by changing the property dbms.connector.https.enabled value from 7473 to 443 in neo4j.conf file.

and now it is working with https://softlinkinformation.co.in/browser

Thanks
Danny