-
I try connect connect with lib to wss` wss://ws.coinbene.com/ws ` but connection terminated by remote host. Why so?
-
```
switch (getUrlScheme(url)) {
case 'ws':
var u = urllib.parse(url);
```
case 'wss' => where??.
thanks
nanha updated
5 years ago
-
Any updates required during setup for it to work with wss connections?
Changes to js to use wss instead of ws does not connect to the printer.
-
I'm not seeing any configs for setting any ssl settings. Are they hidden somewhere, or is riverside not wss compliant?
-
Hi i m trying to use Alchemy-Websocket "WSS Server" implemented by vbguy.I am using Self Signed certificate.When my agent try to connect wss server,server shows "The handshake failed due to an unexpe…
-
Error Message:
```js
Error fetching space pledged: Error: Error querying method path: query.subspace.solutionRanges
at D:\slb\project\space-race-plot-o-meter\node_modules\@autonomys\auto-consen…
-
hi, i am trying to use browser phone with wss, or tls if its better but for some reason cant make it work. Because i am using now with ws and i am not sure if the connection is secure with ws, thanks
-
Thanks this package has helped me alot.
But it doesn't support [security token](https://www.oasis-open.org/committees/download.php/13392/wss-v1.1-spec-pr-UsernameTokenProfile-01.htm)
-
wss://? not support
-
Dear Author,
Great work on this- I was able to compile this module on a toolchain
Continuing along, I am not able to connect to WSS sever. How can I make this to code work for SSL support. What extr…