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

TLS validation is not ignored in stomp&wss. #9

Open
heowc opened this issue Sep 4, 2023 · 2 comments
Open

TLS validation is not ignored in stomp&wss. #9

heowc opened this issue Sep 4, 2023 · 2 comments

Comments

@heowc
Copy link

heowc commented Sep 4, 2023

I would like to ignore this in stomp and wss, just like tls validation is ignored in http requests, but it doesn't seem to work. Do I need to do something special for this?

@guswns3371
Copy link

guswns3371 commented Aug 28, 2024

answer him now!
@walterwanderley

@walterwanderley
Copy link
Owner

Use stomp.connect({
insecure_skip_tls_verify: true,
//connection params here...
});

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

No branches or pull requests

3 participants