Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-31-2018 10:53 AM
I've created a neo4j database running on an EC2 server using the aws marketplace, and an A record for that server elastic IP in route 53, and it's working:
So I have no idea how to setup a matching certificate (I have an approved amazon certificate) found a few tutorials that explain how to do that with nginx and apache, but none for neo4j.
help will be very much appreciated.
Tomer.
10-31-2018 11:22 AM
Just about two weeks ago we published an in-depth walk-through about how to do this. I think this is exactly what you need to do:
10-31-2018 11:24 AM
If you already have a certificate, you can skip the LetsEncrypt steps and go straight to the bit where you configure neo4j to use that certificate.
Please remember! If you're using the cloud images you should be configuring /etc/neo4j/neo4j.template and not /etc/neo4j/neo4j.conf. More information on how the cloud images work can be found here.
11-01-2018 02:33 AM
Thanks, it worked!
One more question - how do I install a plugin on a remote server? tried it with with the desktop app but It says "This plugin is not installed on all graphs" (obviously it refers to the remote graph cause the local GraphQL plugin works)
I also tried to uninstall and reinstall but I didn't work.
edit:
Maybe it's because -
so I tried to:
/var/lib/neo4j/plugins
and now it looks like:dbms.unmanaged_extension_classes=...
and change to org.neo4j.graphql=/graphql
not sure it makes sense though.But still doesn't work...
Tomer.
11-01-2018 05:25 AM
Dropping the jar into the plugins directory is the right thing to do. The config also looks probably OK to me. There are two things to check:
Note that when you install a new plugin, a server restart is required (sudo systemctl restart neo4j
)
11-01-2018 06:56 AM
Thanks again! it's working
All the sessions of the conference are now available online