Skip to content
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

Specify SSL protocol for useSSL=true #1

Merged
merged 2 commits into from
Jan 19, 2022

Conversation

MordantWastrel
Copy link

SSL-enabled connections would throw SSLContext not available - java.security.NoSuchAlgorithmException on the line:

factory.useSSLProtocol( thisUseSSL );

(thisUseSSL === true)

From glancing at the javadocs, it looks like it wanted the actual protocol to use there. 'TLSV1.2' worked when we tried it for our SSL-enabled RabbitMQ server, so I put that in as a default but allowed it to be overridden.

Updated the README with that example and also adjusted the port to 5671 which is the default AMQP SSL listener.

@bdw429s bdw429s merged commit 7661c17 into Ortus-Solutions:master Jan 19, 2022
@bdw429s
Copy link
Collaborator

bdw429s commented Jan 19, 2022

Actually, this was sent to the wrong branch. I removed the merge from master and manually merged it to development.

lmajano pushed a commit that referenced this pull request Nov 25, 2024
Add BoxLang support to Consumer.cfc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants