-
Notifications
You must be signed in to change notification settings - Fork 5
Strip the CRL server from the certificates again #67
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
Strip the CRL server from the certificates again #67
Conversation
Thank you @Darsstar
error:
|
dce87c5
to
bd4ca14
Compare
That... But... How...? rabbitmq-amqp-python-client/tests/conftest.py Lines 93 to 101 in 7f7bf93
should be executed on Mac. which means that in rabbitmq-amqp-python-client/rabbitmq_amqp_python_client/connection.py Lines 179 to 190 in 7f7bf93
constructing the SSLDomain goes wrong, I think But then why is rabbitmq-amqp-python-client/rabbitmq_amqp_python_client/qpid/proton/_transport.py Lines 820 to 825 in 7f7bf93
not raising an exception?!?! I don't have access to a Mac, so untill I get a shower/poop/walk epifanie I am stumped. PS. the screenshots show rabbitmq-amqp-python-client/rabbitmq_amqp_python_client/qpid/proton/_transport.py Lines 885 to 889 in 7f7bf93
|
Oh, wait, I confused null and None. Proton Qpid C code is where we should be looking apparently... |
bd4ca14
to
200d3cd
Compare
@Gsantomaggio I think you should now get an exception earlier. https://stackoverflow.com/questions/44979947/python-qpid-proton-for-mac-using-amqps seems relevant |
thank you @Darsstar
Following this ^^^, it works! On the main branch, too. Instead of spending hours on this, I had to Google :)! I will update the documentation. |
Closed in favour of #68 |
Please reopen and merge, this is still required on Windows. |
ops sorry! |
Changed the gha-setup.sh as well to make it work in Git Bash on Windows.