For Aura Enterprise users, after you have made your Private Link endpoint connected to your Aura PrivateLink Endpoint Service, you can simply use the methods listed below to do your Private Link connectivity test.
1. use curl from a VM instance or a container located in the related GCP Project VPC network.
curl https://<dbid>.production-orch-<orchestra>.neo4j.io
2. use nc commands on one of your VM instances or container located in the related GCP Project VPC network, and make sure you get a successful response for all commands
nc -vz <dbid>.production-orch-<orchestra>.neo4j.io 443
nc -vz <dbid>.production-orch-<orchestra>.neo4j.io 7687
nc -vz <dbid>.production-orch-<orchestra>.neo4j.io 7474
If you have further questions please contact our support team at aura-support@neo4j.com.
Comments
0 comments
Please sign in to leave a comment.