12/06/2019 17:00:56.325191 zmeventnotification[22942].ERR [main:620] [Failed starting server: SSL_cert_file /etc/apache2/ssl/myFile.cer can't be used: No such file or directory at /usr/share/perl5/IO/Socket/SSL.pm line 2284.]
I've tried the following:
changing filenames to shorten and remove excessive periods
tried moving the certs to ssl folder in /etc/apache2 (out of /etc/letsencrypt)
tried renaming ".cer" to ".crt" - (shouldn't matter)
tried changing owner of cert folder to www-data:www-data, www-data:root, and root:root
tried changing permissions for ssl folder to 777 - get the error above
any permissions less than 777, and I get a permission denied error (same line, same cert file)
if I disable ssl in the ini, then the event server starts fine in the console, but I want ssl

edit:
I also tried using a self signed cert as well - same issue