thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.61k stars 126 forks source link

Websocket only connects using WSS #1506

Closed c4ldas closed 5 months ago

c4ldas commented 5 months ago

Describe the bug After fixing the issue with Websocket connection on #1505, we can see the connection only allows WSS connection, and it is not able to connect to a websocket using just WS. That would be expected to work on a localhost environment.

To Reproduce New request > Websocket Request The dropdown menu shows WS, but it tries to connects via WSS Connection fails with Error: write EPROTO 14120576:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:..\..\third_party\boringssl\src\ssl\tls_record.cc:231: due to that

Expected behavior The option on the dropdown menu shows WS, but it tries to connect using WSS If possible, a new option for WSS should be added

Platform:

Are you using the free version/paid version/trial: Free version

image

image

rangav commented 5 months ago

Thanks @c4ldas for reporting the bug, Will fix it asap.

rangav commented 5 months ago

We published a new update to fix this bug, Please update to v2.19.9

Let me know your feedback after testing.

c4ldas commented 5 months ago

We published a new update to fix this bug, Please update to v2.19.9

Let me know your feedback after testing.

Wow, that was incredibly fast, didn't expect it to be fixed so quick! That's perfect! We are now able to connect using both WS and WSS! Thanks a lot!

image

rangav commented 5 months ago

Thank you for the confirmation.