nicolauria commented on issue #1986: Uncacheable content, preventing rewriting of... URL: https://github.com/apache/incubator-pagespeed-mod/issues/1986#issuecomment-605686630 The instance is running a linux/unix distro. I don't see a `/etc/pki` folder. I do see a `/etc/ssl/certs` directory with a `ca-certificates.crt` file. I've tried using this folder and file in my directives but no luck. Also, should I be adding these directives to my `.htaccess` file: ``` RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R=301,L] ``` I can also provide you ssh access to one of our test instances if you think that would help locate where the correct cert folder/file is.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services