Skip to content

Conversation

BillFarber
Copy link
Contributor

Change the Docker stack name to help Sameera.

@BillFarber BillFarber requested a review from anu3990 as a code owner March 31, 2025 21:47
@BillFarber BillFarber requested a review from anu3990 March 31, 2025 21:47
@BillFarber BillFarber requested a review from rjrudin as a code owner March 31, 2025 21:47
@BillFarber BillFarber requested review from rjrudin and stevebio March 31, 2025 21:47
rjrudin
rjrudin previously approved these changes Mar 31, 2025
Copy link
Contributor

@rjrudin rjrudin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one small tweak to get rid of some lines of code.

DatabaseClient sslClient = Common.newClientBuilder()
.withUsername(Common.SERVER_ADMIN_USER)
.withPassword(Common.SERVER_ADMIN_PASS)
.withSSLContext(sslContext)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try it with just .withSSLProtocol("TLSv1.2"), you shouldn't need to build an SSLContext yourself, the builder wll do it for you and will use the "trust all" trust manager.

Change the Docker stack name to help Sameera.
@BillFarber BillFarber force-pushed the task/sslImprovements branch from 6a9a345 to a35f769 Compare April 1, 2025 01:32
@BillFarber BillFarber merged commit d8a5ff5 into marklogic:develop Apr 1, 2025
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