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

fix(providers): add SSL renegotiation for Gupshup #5607

Open
wants to merge 3 commits into
base: next
Choose a base branch
from

Conversation

RahulDutta007
Copy link
Contributor

What changed? Why was the change needed?

Enable legacy SSL renegotiation for Gupshup endpoint

Screenshots

Related enterprise PR

Special notes for your reviewer

@SokratisVidros any chance this can be added a hotfix to current docker image in ghcr.io. We are using this in our organization

Copy link

netlify bot commented May 20, 2024

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit 6ef9816
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/664bb8ac16693500086a1fd9
😎 Deploy Preview https://deploy-preview-5607--dev-web-novu.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 20, 2024

Deploy Preview for novu-design ready!

Name Link
🔨 Latest commit 6ef9816
🔍 Latest deploy log https://app.netlify.com/sites/novu-design/deploys/664bb8ac365f8a00082f316b
😎 Deploy Preview https://deploy-preview-5607--novu-design.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@scopsy scopsy changed the title fix(provider): add SSL renegotiation for Gupshup fix(providers): add SSL renegotiation for Gupshup May 20, 2024
@SokratisVidros
Copy link
Contributor

@RahulDutta007 Thanks for the contribution. We will review it, first thing in the morning.

const response = await axios.post(GupshupSmsProvider.BASE_URL, params);
const response = await axios.post(GupshupSmsProvider.BASE_URL, params, {
httpsAgent: new Agent({
rejectUnauthorized: false,

Check failure

Code scanning / CodeQL

Disabling certificate validation High

Disabling certificate validation is strongly discouraged.
@SokratisVidros SokratisVidros requested a review from a team as a code owner May 20, 2024 22:29
@SokratisVidros SokratisVidros requested review from scopsy and AliaksandrRyzhou and removed request for a team May 20, 2024 22:29
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.

None yet

3 participants