Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can anyone please help me with below error which I am getting while inserting into neo4j with ssl [I have installed Neo4j community version on my local].
Exception in component tNeo4jOutput_1
com.sun.jersey.api.client.ClientHandlerException: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names present
at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149)
at org.neo4j.rest.graphdb.UserAgent$1.handle(UserAgent.java:68)
at com.sun.jersey.api.client.filter.HTTPBasicAuthFilter.handle(HTTPBasicAuthFilter.java:81)
at com.sun.jersey.api.client.Client.handle(Client.java:648)
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670)
at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at com.sun.jersey.api.client.WebResource$Builder.get(WebResource.java:503)
at org.neo4j.rest.graphdb.ExecutingRestRequest.get(ExecutingRestRequest.java:115)
at org.neo4j.rest.graphdb.RestAPIIndexImpl.indexInfo(RestAPIIndexImpl.java:327)
at org.neo4j.rest.graphdb.RestAPIImpl.indexInfo(RestAPIImpl.java:572)
at org.neo4j.rest.graphdb.index.RestIndexManager.indexInfo(RestIndexManager.java:52)
at org.neo4j.rest.graphdb.index.RestIndexManager.checkIndex(RestIndexManager.java:57)
at org.neo4j.rest.graphdb.index.RestIndexManager.forNodes(RestIndexManager.java:66)
at org.neo4j.rest.graphdb.index.RestIndexManager.forNodes(RestIndexManager.java:33)
Hello,
Was SSL check ever tested before? It seems really more some problem of configuration. Would you mind posting your component screenshot on forum?
Best regards
Sabrina
Finally, I used tNeo4jRow with bolt protocol and it works.
Thanks.