Hi,
I am trying to connect with DotNetTor to LND node REST API. LND node requires TLS connection with self-signed certificate.
Usually you can feed your httpHandler with provided certificate or disable ssl errors:
However in DotNetTor the Handler is not available.