-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Failed to create SSL #3
Comments
I just tested it via:
I don't get the error. Thats really strange. Are you sure you use the latest java 8 version to run the example? If you use eclipse you may still use the old run configuration using the old java version? |
Maybe you missed to toggle the ssl flag to false?
|
It is true that I was running with 8080, true, vertx; changed to false. Also, had to reconfigure eclipse. Now, new issue: both in eclipse and commandline: |
Perhaps that has something to do with Mesh. I'm going to reboot it now. |
Rebooting Mesh changed nothing. |
@KnowledgeGarden Strange. Are you using the mesh demo? The example only works with the mesh demo. |
Yes. It's only a week old but here is what it says on reboot:
|
@KnowledgeGarden How do you start Mesh? Docker? Always make sure to use a tag in that case. Otherwise your docker env may not pull the updates.
|
Running Mesh outside docker. Just downloaded the jar and booted it. I'll go ahead and bring down the latest and boot that. |
Same result on Mesh 0.21.1 |
@KnowledgeGarden I don't think this is a mesh issue. Can you post the source of your Server.java in a github gist? |
It's precisely what came down from github with the client switched from true to false. No other changes. |
@KnowledgeGarden And you connect to localhost port 8080? Can you access Mesh on localhost:8080? I tried the same setup and it works without a problem. You could try to replace localhost with 127.0.0.1. |
The doctrine of migrating errors is in play. Now we see this: java.lang.AbstractMethodError: io.vertx.ext.web.templ.impl.HandlebarsTemplateEngineImpl$Loader$1.content(Ljava/nio/charset/Charset;)Ljava/lang/String; |
I get the same error in eclipse and in commandline; with localhost in Server.java or with 127.0.0.1 |
@KnowledgeGarden I'm clueless but I'll ask a co-worker to try the example on his mac. I think something is wrong with your setup/checkout. I'll get back to you. |
INFO: Connecting to Gentics Mesh.. And: when I try http://localhost:3000/demo/ I get this: |
@bernhardriegler Could you please take a look and check whether you can reproduce the problem? I'm clueless. |
I may have a different slant on it. I did not checkout the graphql branch. I am starting over with that branch. |
This is just the zip download, not opened in eclipse, of the graphql branch (note, the readme for this says to checkout graphql-example branch -- doesn't exist), and I see this result: INFO: Server running on port 3000 |
@KnowledgeGarden Use the master! - I did not know that the other branch was referenced anywhere. I'll fix the readme. |
That takes me back to the previous error messages. Same issue. That's the branch I am running in eclipse, but just to be sure, I'll bring it down again. |
Here is the indication:
Jun 06, 2018 9:20:51 AM com.gentics.mesh.example.Server
INFO: Server running on port 3000
io.reactivex.exceptions.OnErrorNotImplementedException: Failed to create SSL connection
at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:704)
...
Caused by: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
at io.vertx.core.http.impl.HttpChannelConnector.handshakeFailure(HttpChannelConnector.java:249)
From here I see this:
I can say that I am running mesh localhost:8080 and it is not running on https.
The text was updated successfully, but these errors were encountered: