-
Notifications
You must be signed in to change notification settings - Fork 473
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
James 3502, add ssl support #307
Closed
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
fc942b8
JAMES-3502, add rabbitmq tls support
d2e1abf
JAMES-3502, add rabbitmq tls support in connection factory
a1fe208
JAMES-3502, update equals and hashCode methods on RabbitMQConfigurati…
686105f
JAMES-3502, update equals and hashCode methods on RabbitMQConfigurati…
90d8482
JAMES-3502, set keystore Optional.empty() as default (client cert aut…
193c938
JAMES-3502, move exception catching to top level, use key store passw…
5707b46
JAMES-3502, add ssl tests for RabbitMQConfiguration and RabbitMqConne…
16389c9
JAMES-3502, add configuration key "useSslManagement"
469d21e
JAMES-3502, refactor, add more tests
cabee16
JAMES-3502, add tls support in RabbitMQManagementAPI.java
2bdeedd
JAMES-3502, update documentation for rabbitmq configuration keys.
a30d665
JAMES-3502, rabbitmqmanagementapi refactor
0a5c078
JAMES-3502, update RabbitMQConfiguration documentation
3ee2612
JAMES-3502, fix checkstyle
45f98a4
JAMES-3502, add documentation in config-rabbitmq.xml
62bd3ee
JAMES-3502, add functional interface annotations
02606ab
JAMES-3502, update ssl.keystore documentation
3c0c552
JAMES-3502, update ssl.hostname.verifier and ssl.validation.strategy …
4c2ecd2
JAMES-3502, remove duplicate line, refactor method name
50b6372
JAMES-3502, use the version in root pom
c0461e2
JAMES-3502, use the version in root pom for httpcore library
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
366 changes: 362 additions & 4 deletions
366
...mmon/rabbitmq/src/main/java/org/apache/james/backends/rabbitmq/RabbitMQConfiguration.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you quickly explain why we need these dependencies? At first glance it seems unrelated to AMQP...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
httpcore, has useful class SSLContextBuilder
httpclient, is needed for configuring mangement api client for org.apache.http.conn.ssl.DefaultHostnameVerifier