neo4j SSL howto
Getting SSL to work with neo4j can be very frustrating. The crux of the problem is that their documentation isn’t very robust. Here’s what they don’t tell you: Both the cert and the key MUST be in DER format! example…
Getting SSL to work with neo4j can be very frustrating. The crux of the problem is that their documentation isn’t very robust. Here’s what they don’t tell you: Both the cert and the key MUST be in DER format! example…
Add the following lines to your httpd.conf: SSLProtocol ALL -SSLv2 SSLCipherSuite HIGH:!SSLv2:!ADH:!aNULL:!eNULL:!NULL To Test the Fix (replace 127.0.0.1 with whatever ip you need to test on): openssl s_client -port 443 -host “127.0.0.1” -ssl2