"simple configuration you say"?
I would certainly try to simplify it much more. You have many Ifmodules and
repeated directives and many directives you don't even need, as well as
dated ones, so to try to make it work better start by removing all
unnecessary stuff.
I would simply delete ALL that
Also, the RSA key files were generated with the following command:
$ sudo openssl req -x509 -nodes -days 730 -newkey "rsa:512" -subj
'/C=US/ST=WA/L=Sea/O=Company Inc/OU=my-team' -keyout
/etc/ssl/private/test1.cert.key -out /etc/ssl/certs/test1.cert.pem
There were no apparent problems.
On Tue,