Releases: jpaulm/javafbp-websockets
Upgrade some dependencies
Upgrade some dependencies
Upgrade some dependencies
Change logging to use LogBack
Change logging to use LogBack - due to ongoing vulnerability problems with log4j and log4j2
Support WSS as well as WS
Support WSS as well as WS protocols
WSS controlled by argument of TLS
on application invocation command
WS support working
WS support working; WSS not currently - help would be appreciated!
Update logging to remove vulnerability
Update logging to remove vulnerability
Works with certificate in Chrome - see Readme
Don't how to enable for Firefox!
Support for wss:
Initial support for wss: and ws:
In the case of wss:, a keystore.jks file has been provided so that you can run the test, but it does not have a valid value - we still have to add proper security
The TLS parameter has been moved to a file (C:\Users\user_name\tlsparmfile.txt) , rather than an IIP - a value of TLS specifies wss: in the client, currently supported by Chrome (because of the security issue). Any other value in the file specifies ws:, and can be accessed using Firefox or Chrome.
Support for wss:
Started development of support for wss:
Currently working with Chrome only - we need to get Trusted Certificate support working -
see TooTallNate/Java-WebSocket#1080
ws: works, with optional IIP "OPT" omitted in network definition (Java-WebSocket does not allow 'mixing' of ws: and wss:)
Added some diagnostics
Added some diagnostics
Updated to new versions of Gradle and Java-WebSockets
Updated to new versions of Gradle and Java-WebSockets - see dependencies in build.gradle - these now should be kept up to date by renovatebot
Logging is now provided by SLF4J;
Logging level can be adjusted by defaultLogLevel in src/main/resources/simplelogger.properties