Usually when applications want to connect to an LND hosted @ Voltage we leave out the cert path blank, in which case the presented Voltage tls cert is checked with some CA. When leaving the cert path empty in the lntop config we get an error
2023/06/06 16:04:03 open : no such file or directory
Solution
When an empty cert path is provided lntop can handle that case and create an empty tls config to be used for the grpc connection.
Description
Usually when applications want to connect to an LND hosted @ Voltage we leave out the cert path blank, in which case the presented Voltage tls cert is checked with some CA. When leaving the cert path empty in the lntop config we get an error
Solution
When an empty cert path is provided lntop can handle that case and create an empty tls config to be used for the grpc connection.