-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
javax.net.ssl.SSLHandshakeException: null cert chain #1
Comments
Hi Jose, have you followed the steps exactly or did you do something Alternatively, can you provide me with a reproducing example?
On Fri, Feb 6, 2015, 20:59 Jose Celano [email protected] wrote:
|
First I followed the steps exactly but later I did somethings differently becuase it did not work. I think the problem could be I am using a Stomp class that does not allow ssl connections, but I am not sure, still working on that, see: |
Hi Jose, while the standard version of stomp does support ssl, it is rather
pointless since it doesn't verify the certificates and there's no way for
the client to send a certificate for authentication. If you're following my
tutorial, make sure you're using my fork of the stomp library.
|
Thanks @rethab, I did not realize that you are using a fork, I was using the original repository. I have notified the problem in the original repository dejanb/stomp-php#34 Now It seems to connect well but I get another error:
I suppose this is a problem with the users.properties config file in ActiveMQ server, is not? |
The new problem is fixed: users.properties previous file:
users.properties new file:
I thought certificate fields order do not matter. |
Glat it works now. I agree the documentation could more clearly stating that you need this fork.
|
I am trying to run this example but I get this message on ActiveMQ log:
Executing this command fron the client:
I get this output:
I can connect well using stomp without SSL.
The text was updated successfully, but these errors were encountered: