francisATgwn
francisATgwn
Dun dun dun! The plot thickens. ``` crossbar-examples/authentication/tls/static > ./venv/bin/python client_tx.py --key client0.key --cert client0.crt --url wss://demo.crossbar.io/ws 2022-08-24T08:52:51-0400 Connecting to wss://demo.crossbar.io/ws: requesting realm=realm1, authid=None 2022-08-24T08:52:51-0400 TLS client using explicit trust...
Yes, running the version command gives me that. But running it to start up the router gives: ``` ~ > docker run --rm -it -p 8080:8080 -v ~/.config/crossbar/config.json:/node/.crossbar/config.json crossbario/crossbar:cpy-slim-amd64-22.6.1 WARNING:...
The warning appears for every amd64 image I run. It just means it's running through an emulation layer. Many other containers work as expected when that warning apperas. The image...
Starting with the crossbar config in `crossbar-examples/authentication/tls/static/.crossbar/config.json`, I added an anonymous role (no client-side cert or auth of any kind). I then started crossbar (`./venv/bin/crossbar start`) and attempted to connect...
@oberstet docker platform is not the cause of the entropy error ``` ~ > docker run --rm -it -p 8080:8080 crossbario/crossbar:cpy-slim-arm64v8-22.7.1.dev1 FATAL: cannot start due to insufficient entropy (38 bytes)...
@oberstet I am able to reproduce the error message using your `crossbar-examples/authentication/tls/static` implementation with the client cert removed. Our production use case does not require TLS client-side certificates for authentication...
We have a hard dependency on using a proxy. Due to unknown reasons (https://github.com/pyca/cryptography/issues/7488#) we are moving away from twisted to asyncio. Any pointers on reference implementations we could use...
@meejah thanks for the quick reply It is on my todo list to open an issue with the Twisted project on that (assuming you're referring to the "unregistered schema" error...
Duly noted. That is helpful info.
I'll second this. I'm having to drop down to ApplicationRunner to include custom headers. I'd rather use the new, Component API instead.