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(usockets): allow ssl negotiations #10166

Closed
wants to merge 1 commit into from
Closed

Conversation

lithdew
Copy link
Contributor

@lithdew lithdew commented Apr 11, 2024

What does this PR do?

Allows for SSL negotiations to take place. Fixes #6197. Fixes #5363.

  • Documentation or TypeScript types (it's okay to leave the rest blank in this case)
  • Code changes

How did you verify your code works?

fetch("https://www.saferpay.com/api/health/1", { verbose: true }).then(async(res)=>console.log(await res.json())).catch(console.error)

I did not include this into the test suite given that the test may fail if saferpay.com takes down their health API endpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant