francisATgwn

Results 21 comments of francisATgwn

That's fair. I am not an autobahn developer so I don't have much to go on, just like you. As I was upgrading things individually, upgrading and reverting to the...

I can certainly write up a minimal autobahn app to reproduce, but the more difficult aspect would be to have a crossbar server running behind nginx with a cert in...

Oh that's a good idea. I'll give it a go.

Turns out crossbar runs a demo server, so that's not a barrier to reproduction. However, now I'm confused because my original workaround isn't working. I wonder if something got upgraded...

Thanks for digging in and providing some more detail! I'm just bummed that my workaround has changed from "pin cryptography to one rev down" to "migrate off twisted". Let me...

@oberstet thanks for consolidating, though I expected the cryptography team will want to close this issue since we have figured out cryptography isn't where the failure is occurring. Your client...

@oberstet, your second example (TLS cryptosign) also worked for me. I additionally tried my `main.py` with `pip install crossbar` just to see if there is a difference in requirements that...

I rewrote the minimal reproduction using the old style `ApplicationRunner`, as that's what's used by your static TLS authn example. ``` from autobahn.twisted.wamp import ApplicationRunner, ApplicationSession class ClientSession(ApplicationSession): def onJoin(self,...

> "demo.crossbar.io" is no more (that server is gone). what are you testing? Oh fun. Something responds there with a self signed cert because the asyncio variant of my minimal...

Oh no! Have I misunderstood the output from the libraries involved? ``` 2022-08-24T08:50:08-0400 trying transport 0 ("wss://demo.crossbar.io/ws") using connect delay 0 2022-08-24T08:50:08-0400 connecting once using transport type "websocket" over endpoint...