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
omerule
( Omerule)
September 5, 2020, 10:13am
2
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