-
-
Notifications
You must be signed in to change notification settings - Fork 17
fix ssl connection for php amqplib #35
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
Conversation
Since i currently connect locally I never continued with setting up TLS for this connection. I keep getting "Service with name "amqp-connection" could not be created. Reason: Library e I would expect things to work with these settings (using the extension)
where ca.pem contains this: https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt which is the same as
Please tell me if i'm missing something obvious... I did noticed this; https://github.com/prolic/HumusAmqp/blob/master/src/ConnectionOptions.php#L264 which means the option given must be like |
@basz the options class doesn't map to setters but the class properties, that's why I think that About your usecase, I need to setup my environment for this specific use case and run some tests on my side to see what's going on. Please give me a couple of days, as I am quite busy these days. I will not forget it! :-) |
@basz <https://github.com/basz> the options class doesn't map to setters but the class properties, that's why I think that c_a_cert is not your problem. cacert is correct and should be working.
ok
About your usecase, I need to setup my environment for this specific use case and run some tests on my side to see what's going on. Please give me a couple of days, as I am quite busy these days. I will not forget it! :-)
nice, but no hurry - as said - connecting locally for the foreseeable future
|
b739c1e
to
145be47
Compare
resolves #9
@basz @dl1ely Can you check if this is working for you?