Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
I’m seeing that https://datastore.ro and https://www.datastore.ro are both providing valid HTTPS certificates and behaving correctly. Perhaps ask the people who run that check-your-website service what’s going on?
Warning: HSTS preload sent, but not in Preload-List. Never send a preload directive if you don’t know what preload means. Check https://hstspreload.org/ to learn the basics about the Google-Preload list. If you send a preload directive, you should immediately add your domain to the HSTS preload list via https://hstspreload.org/ . If Google accepts the domain, so the status is “pending”: Note that new entries are hardcoded into the Chrome source code and can take several months before they reach the stable version. So you will see this message some months. If you don’t want that or if you don’t understand “preload”, but if you send a preload directive and if you have correct A-redirects, everybody can add your domain to that list. Then you may have problems, it’s not easy to undo that. So if you don’t want your domain preloaded, remove the preload directive.
bad. Sending a preload directive without knowing what that means is wrong.
Thank you JurergenAuer for your answer.
I was concerned that there may be issues after the 90 days when the certificates have to renew.
I’m trying to address every issue from the report. I’m a beginner with working with certificates.
I now try to do the GZIP issue and I could not find a working source.
Can somebody point me to a working source?
I tried at least 5 different suggestions and none of them work.
Is this because of the http2 or it is something else?
I have apache2 and got that AddOutputFilterByType is deprecated and someother solution should be used, but I found no working examples.
AddOutputFilterByType had severe limitations in httpd-2.2 so it was marked deprecated there. But in httpd-2.4 this directive was moved to filter_module , corrected and un-deprecated.
In apache 2.2 you should instead enable filter_module and deflate_module and use:
You should be able to setup GZip for Apache 2.4.29.
What’s the command you used? Are you trying to setup it for virtual host level or web server level?
I don’t know which one is a better approach. As long as it compresses the html content and I get rid of the pink line from the picture I posted earlier, I’m good with any of the two.
If you give me 5 minutes , I try again and let you know the results.
I do not have https.conf. Instead I have apache2.conf
I did the settings in apache2.conf
I do not have /etc/httpd/conf/httpd.conf
I put everything in /etc/apache2/apache2.conf