Hi, I installed Softaculous on a fresh Ispconfig 3.1 install. When I go to tools then Softaulous I get this error: Secure Connection Failed The connection to XX.XX.XX.XX was interrupted while the page was loading. The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.
Is this about certificates? Did you create certificate for ISPConfig when installing? ISPConfig install can create self signed certificate, or there is this: https://www.howtoforge.com/tutorial/securing-ispconfig-3-with-a-free-lets-encrypt-ssl-certificate/ You posted ISPConfig question to Linux forum.
We figured it out... Hi, Softaculous is working fine now, The cookie name was incorrect hence it was not able to login to the control panel. Did you changed the cookie name to "ISPCSESS" manually, we use the cookie name as $_COOKIE['PHPSESSID'] to login to the ISPconfig but we found that the cookie name for your panel was "ISPCSESS" hence we have hardcoded the cookie name to $_COOKIE['ISPCSESS'] Have you made any manual changes in any config file or from the ISPconfig panel, if so then please let us know.