Skip to content

Conversation

bonustrack
Copy link
Member

@bonustrack bonustrack commented Aug 10, 2025

DO NOT MERGE

@@ -19,6 +19,7 @@ hubConfig.connectTimeout = 60e3;
hubConfig.acquireTimeout = 60e3;
hubConfig.timeout = 60e3;
hubConfig.charset = 'utf8mb4';
hubConfig.ssl = { rejectUnauthorized: true };
Copy link
Member

Choose a reason for hiding this comment

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

For tests to pass

Suggested change
hubConfig.ssl = { rejectUnauthorized: true };
if (process.env.NODE_ENV === 'production') {
hubConfig.ssl = { rejectUnauthorized: true };
}

@@ -33,6 +34,8 @@ sequencerConfig.connectTimeout = 60e3;
sequencerConfig.acquireTimeout = 60e3;
sequencerConfig.timeout = 60e3;
sequencerConfig.charset = 'utf8mb4';
sequencerConfig.ssl = { rejectUnauthorized: true };
Copy link
Member

@ChaituVR ChaituVR Aug 13, 2025

Choose a reason for hiding this comment

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

Suggested change
sequencerConfig.ssl = { rejectUnauthorized: true };
if (process.env.NODE_ENV === 'production') {
sequencerConfig.ssl = { rejectUnauthorized: true };
}

@bonustrack bonustrack changed the title chore: enable SSL with rejectUnauthorized for Sequencer MySQL chore: enable SSL with rejectUnauthorized Aug 13, 2025
@bonustrack bonustrack marked this pull request as draft August 13, 2025 17:43
@bonustrack bonustrack marked this pull request as ready for review August 15, 2025 10:40
@bonustrack bonustrack merged commit 0d1ce07 into master Aug 15, 2025
1 of 2 checks passed
@bonustrack bonustrack deleted the fabien/ssl-seq branch August 15, 2025 10:41
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