I can no longer access WebAdmin.
The last thing I did was delete what I thought was an unused self-signed certificate, dating back to 2023.
I use a LetsEncrypt cert for SSL WebMail access. But I guess the self-signed was being used for WebAdmin.
I have tried rolling the server back to before the change, no luck.
Is there a way to create a non-SSL listener (http) for WebAdmin via the CLI?
Or any other suggestions?
Thanks
HG
Hello @Hairygrape
You may try to generate a new self signed certificate using the steps from below KB article:
After you place the certificate in the same location as the one you deleted connect to CLI and enable the Webadmin SSL listener.
config server → config server → UPDATE Listener 0.0.0.0:9443
→ set enable yes → commit → commit → save config
(!) Note "0.0.0.0:9443"
is the default listener for Webadmin and should be changed if you are using a custom configuration.
Regards,
Florin
Hello Florin,
Thank you for your reply.
When you say “place the self signed certificate in the same location as the one you deleted”. I deleted the exipred on from within WebAdmin, where is this location when looking at the system from File Explorer.
I should have said I using a Windows Server for Axigen.
Thank you. HG
Hello Florine,
Thank you again for your help. I have resolved my issue by recovering the axigen_cert.pem self-signed certificate file from backup and restoring this in my case to: c:\Program Files\Axigen Mail Server
This then restored by access to WebAdmin.
Thank you.