EvernodeXRPL / evernode-test-resources

0 stars 0 forks source link

Error During Evernode Installation with LetsEncrypt Certbot #4

Open krazedegen opened 5 months ago

krazedegen commented 5 months ago

During the Evernode installation process on a host the installation script encounters an error while attempting to set up LetsEncrypt SSL certificates using Certbot. The error occurs after configuring various system parameters, including memory, swap, disk space allocation for contract instances, and port ranges for peer and user connections. Additionally, after setting an extra transaction fee and completing the account setup for Xahau devnet, the installation aborts during the LetsEncrypt certbot setup stage.

Steps to Reproduce

  1. Start the Evernode installation process.
  2. Accept the system's proposed resource allocation.
  3. Specify port ranges and confirm the extra transaction fee setup.
  4. Proceed through the account setup for Xahau devnet.
  5. Encounter error during the LetsEncrypt certbot setup stage.

    Expected Behavior The installation process should complete successfully, setting up all necessary components, including the LetsEncrypt SSL certificates, without errors.

Actual Behavior The installation process aborts with the following error during the LetsEncrypt certbot setup:

An unexpected error occurred: requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

Possible Solution

System Information

***EDIT: Second attempt was successful