1

Topic: After LetsEncrypt was installed the /iredadmin page is unaccesible

iRedMail 0.9.4 running on Debian 7 using MySQL, Apache and the non-pro version of iredadmin.
I began with a fresh system install and successfully installed iredmail and had it working great. I later decided to install LetsEncrypt for SSL certificates - thanks to the nice folks over in #iredmail i was informed that I should have only used it to generate the certificates, instead I let it go ahead and do whatever it wanted to get things working.
the /mail redirect works correctly, and I have tried all combinations of ip address/hostname/https etc
the redirects in default-ssl still exist.
Is this a recoverable situation, or would I be best to essentially nuke Apache/MySQL/iredmail and start again?
Thanks for your time.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: After LetsEncrypt was installed the /iredadmin page is unaccesible

I have managed to fix my issue!
Originally, the following was located inside default-ssl.conf:

Alias /iredadmin/static "/opt/www/iredadmin/static/"
WSGIScriptAlias /iredadmin "/opt/www/iredadmin/iredadmin.py/"
Alias /mail "/opt/www/roundcubemail/"
Alias /awstats/icon "/usr/share/awstats/icon/"
Alias /awstatsicon "/usr/share/awstats/icon/"
ScriptAlias /awstats "/usr/lib/cgi-bin/"

All that had to be done was transfer it into default-le-ssl.conf, and then restart apache!
Thanks guys!