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.

Neo4j Aura https only connection to disable http

Has anyone successfully disabled http connections to neo4j aura? This will help us enforce safer https connections.

Cheers

1 ACCEPTED SOLUTION

Hi,

Are you referring to connections to the console at https://console.neo4j.io/#databases, or connections using the HTTP REST API? If the former, HTTP connections will be redirected to use HTTPS; if the latter, Aura does not support the REST API at this time, so you can't make HTTP or HTTPS connections directly to your database in any event.

Cory

View solution in original post

2 REPLIES 2

Hi,

Are you referring to connections to the console at https://console.neo4j.io/#databases, or connections using the HTTP REST API? If the former, HTTP connections will be redirected to use HTTPS; if the latter, Aura does not support the REST API at this time, so you can't make HTTP or HTTPS connections directly to your database in any event.

Cory

Since it re-routes, that satisfies our requirements. Thanks