diff --git a/README.md b/README.md index d37ba79..b1b939d 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ The key concept here is that of FBP "substreams", where each substream is delimi **Note:** I have included two client scripts: `chat1.html` (using `ws:`) and `chat2.html` (using `wss:`), in `...\GitHub\javafbp-websockets\src\main\resources\scripts` - see below: **Running a test**. -Unfortunately, the JavaFBP network has to be modified to distinguish between these two cases: the optional port `OPT` on the `WebSocketReceive` component instance has to be specify an IIP (Initial Information Packet) containing the string `"TLS"` to handle the WSS protocol. For Test Status, see below. +Unfortunately, the JavaFBP network has to be modified to distinguish between these two cases `ws:` and `wss:`: the optional port `OPT` on the `WebSocketReceive` component instance has to specify an IIP (Initial Information Packet) containing the string `"TLS"` to handle the WSS protocol. For Test Status, see below. -If you have trouble getting your certificate accepted, you can indicate to Chrome that it should accept an invalid certificate, by entering `chrome://flags/#allow-insecure-localhost` in the Chrome command line. --> +The Chrome command `chrome://flags/#allow-insecure-localhost` (Enabled) indicates to Chrome that the security certificate is invalid - if you figure out how to create a valid security certifcate, please let me know (in Issue #35)! For video on interactive systems, with demo of JavaFBP-WebSockets, click on https://youtu.be/IvTAexROKSA .