Overwhelmed with joy that version 4.0 was just released, I set out to install it, using Let's Encrypt certificate.
System.InvalidOperationException: Setting up RavenDB in Let's Encrypt security mode failed.
---> System.InvalidOperationException: Validation failed.
---> System.InvalidOperationException: Failed to start webhost on node 'A'. The specified ip address might not be reachable due to network issues.
It can happen if the ip is external (behind a firewall, docker). If this is the case, try going back to the previous screen and add the same ip as an external ip.
Settings file:D:\temp\RavenDB-4.0.0-windows-x64\Server\settings.json.
IP addresses: 10.x.x.x:4433.
---> Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.UvException: Error -4092 EACCES permission denied
The computer where I'm trying to set RavenDB up is my dev machine, behind a firewall.
I opened and forwarded ports 4433 and 38888 from the firewall to my machine and used my IP to configure it, and also used the external IP for "Customize external IP and Ports".
I tried also to use the external IP for the "Node A URL", but I got a different error:
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.UvException: Error -4090 EADDRNOTAVAIL address not available