ssl
Cargo feature is now enabled by defaultvendored_openssl
Cargo feature is now not enabled by default--stdout-announce-listening-ports
option to print message when server port is ready to accept clients.--no-close
option now also affects Websocket server mode, not just clienttimestamp:
overlay to mangle message, prepending current timestamp as text--print-ping-rtts
option- Updated deps for #138 (not checked whether all yanks are resolved although).
Note that this release contains less pre-built executables than previous releases. You may want to try older versions.
file | description | tested? |
---|---|---|
websocat_linux64 | Static amd64 with embedded openssl | I'm using it myself |
websocat_linux32_nossl | Static i686 without ssl support (still crashes) | tried once connecting to ws:// |
websocat_android | Built in openssl, for Android armv7 | Tried connecting to wss:// on Android 6 and Android 11 |
websocat_linuxarm32 | Built in openssl | Tried wss:// once, seems working |
websocat_win32.exe | Built with ssl enabled | Tried in wine. ws:// connects, but ssl fails |
websocat_win64.exe | Built with ssl enabled | Tried in wine. ws:// connects, but ssl fails |
websocat_mac | Should use system ssl, for x86_64 mac | Tried in darling. ws:// connects, but ssl fails |
websocat_freebsd | Uses system openssl 111 | Tried connecting to wss:// in VM |
debug.7z | unstripped executables for symbols |