-1

My setup is fresh Ubuntu 16.04 server installation with Apache 2.4.18 and Openssl 1.0.2g. I have made ssl configs to /etc/apache2/mods-available/ssl.conf and checked that there are no same configs in vhost -files etc. Still no matter what I do I cant get no change on ssllabs.com raport. I tried even comment all SSLProtocol and SSLciphersuite lines but still no change. Yes I have restarted the server after the changes.

What am I missing?

pa4080
  • 30,621
Aarni T
  • 29
  • 3

1 Answers1

0

Ok now I found it. While letting the certbot (https://certbot.eff.org/) to modify the virtualhost -files it added this line at the end:

Include /etc/letsencrypt/options-ssl-apache.conf

So apparently configs in this file will override the ones in /etc/apache2/mods-available/ssl.conf.

Aarni T
  • 29
  • 3