walterwanderley / xk6-stomp

A STOMP protocol client library for k6
Apache License 2.0
5 stars 8 forks source link

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

Open heowc opened 1 year ago

heowc commented 1 year ago

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 commented 2 months ago

answer him now! @walterwanderley

walterwanderley commented 2 months ago

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