Víťa Tauer
Víťa Tauer
I have proof of concept implementation for TLS clients -> https://github.com/nothrow/nng/tree/stunnel_support. It needs some polishing (and server support), I can work on it, if using native API wherever available is...
Please, accept my apology for missing copyright. I initially started from scratch, then added chunks of your code, and forgot to copy the copyright. It is already fixed. Schannel is...
Ad nni_random -> I see, I missed that one.
The issue lies in the `ServerVersion.AutoDetect()` call - it tries to connect to the server to determine protocol version. Replace it with something like `ServerVersion.Create(Version.Parse("1.0.0.0"), ServerType.MariaDb)`.
It would be nice to also format Solution Files (for example, docker-compose.yaml). At least whitespace/tabs + newlines.
I'm not the original author, but my understanding (and my feature request) is following: - I have VMs in private network inside Azure, not reachable from my local machine -...