As the title says, I am hosting a number of critical sites on a CyberPanel install on an AWS ec2.
During the creation of this instance I intended to assign an elastic IP (stable IP) however in doing so it changed the initial IP assigned which broke a number of processes. I have since been able to change the IP in the machineIP file and have re-establish loopback so the REST-API works again.
However since doing this I have not been successful in logging into the RainLoop Admin, and therefore have never set it up.
I have confirmed I have the correct RainLoop admin password (/usr/local/CyberCP/public/rainloop.php)
however everytime I try to log in tells me authentication failed.
What are some things I should be looking at?
the logs show: (IPs xād out) Feb 1 22:36:24 localhost dovecot: pop3-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx, TLS handshaking: SSL_accept() failed: error:14201044:SSL routines:tls_choose_sigalg:internal error, session=<RYn0h/zWSO6saBjd>
The rip changes in each log entry and the lip reflects the machineās private ip I am not sure what the error code representsā¦ any ideas?
Hello again, this is a bump of this issue
I just set up a whole new instance and I am still receiving the āAuthentication failedā error while trying to log into the Rainloop admin account. The password is accurate as displayed in the application.ini.
Do the upgrade commands not function?
Iāve followed the instructions it appeared to complete correctly but is still at 2.1.1
Is there something not listed in the instructions I should be doing differently?
My research on the github for RainLoop shows an old solution to a similar issue was to toggle the āUse Short Loginā setting however, thatās not an option in the 1.16.0 config.
I found this:Unfortunately this was not a solution.
replacing deb [arch=amd64] https://repo.dovecot.org/ce-2.3-latest/ubuntu/bionic bionic main
with deb https://repo.dovecot.org/ce-2.3-latest/ubuntu/focal focal main
since I have ubuntu 20.04.
However, during this update of dovecot it was not clear if I should keep the original config, do a 3 way merge or save the maintainerās version. Perhaps I performed this update incorrectly. Some clearer instructions would help.