-
As a developer, I'd like to be able to enable WSS programmatically in a standalone server.
Currently (version 1.8.3) one has to apply following hack in order to do it:
[https://java.net/projects/tyru…
-
Hi
We're trying to run HC on https on 8443 for example instead of 443. This all seems to work ok apart from when it tries to switch protocol to wss as this seems to default to 443. Any ideas how we…
-
```json
[
"https://localhost:7000/sockjs-node/(.+)",
"http://127.0.0.1:7000/sockjs-node/$1"
],
[
"wss://localhost:7000/sockjs-node/(.+)", // 无效
"ws://localhost:7000/sock…
-
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…
-
Hello,
wsServer is very useful because it's very tiny and readable... On the opposite, libwebsockets (which is an amazing project) has 100k+ lines of code and patches so it has become unmanageable.…
-
WeBack won´t start my robot vacum cleaner anymore. Nothing happens when I try to start it with HA. Don´t know why, because it
has been working before and I haven´t done any changes. What could be wro…
-
Hi there,
How would I be able to push data collected with MQTT over WS or WSS?
Thanks!
Grant
-
I keep getting Stackoverflow when running a WSS server, the overflow occurs when a user connects immediately. I had this issue for a very long time when using this library.
However, it's worth to not…
-
Anyone can you give me some hint regarding websocket-sharp server connection with react WebSocket client. I have added [Self-Signed SSL Certificate](https://devcenter.heroku.com/articles/ssl-certifica…
-
- Neo4j version: 4.1.1
- Operating system: docker
- API/Driver: web interface
Using unsecured (http) neo4j via reverse proxy as a secured endpoint (https)
(client) - [https]- (reverse_proxy) -…