Open heowc opened 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?
answer him now! @walterwanderley
Use stomp.connect({ insecure_skip_tls_verify: true, //connection params here... });
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?