Ben
Ben
> But since there are so many combinations for different types of KVMs, it'll be difficult to hard-code one for each. Easier to give a "setup" option for the user...
I recently got one of these FJGEAR kvm switch. When I try and do the "scrolllock scrollock" twice to switch the switch, the KVM shows that it has switched (the...
Just to add to this, I am also getting the same issue, and have regenerated my certs.
Actually, I think I recall reading that in the more recent version of openssl, ssl3 has been disabled. Would it be possible to change the handshake to use TLS instead...
So I ran that command: `openssl req -new -sha256 -key tls.key -out csr.csr -subj '/CN=localhost/O=lnd' ` But my certificate doesn't have the Subject Alternative Name line: ``` Certificate: Data: Version:...
Just curious why you closed this? @zachgoll and I still have an issue. If you resolved your issue, do you mind explaining the steps you took?
@zachgoll I'll give this a try. My only question, and being new to lnd, but is it safe to restart my lnd nodes if there are channels open? I'm running...
It works! So I think the missing piece, for me at least, was making the change in /etc/ssl/openssl.cnf. I had tried deleting and recreating the cert twice, but until I...
Here are my software versions. I am not running docker. Ubuntu 17.10 OpenSSL 1.0.2g 1 Mar 2016 lnd 0.4-beta Node v6.11.4
I just threw together a quick pull request to resolve this. Basically it creates a nvram image in the same directory as the source Main Image. It uses that image...