Lofesa commented on issue #1681: Uncacheable content, preventing rewriting of image URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1681#issuecomment-594463042 Now the nginx proxy is disable, I can see server: Apache header and x-mod-pagespeed. All the resources have the "<!--4xx status code...", even those that are relative url. In my Centos 7.7 the /etc/pki/tls/certs/cert.pem is a symlink to /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem. Have you this file? This file is provided by ca-certificates-2019.2.32-76.el7_7.noarch package, maybe for 7.6 version is other. And yes, you not need to copy your certificates to these directories, and don´t use it as CA certificates. Think in pagespeed (for fecht purposes) as a browser. To fecht a SSL site, any browser need the root CA certificates chain that validates the certificate used by any site. Maybe you have a rewrite rule in the htacces that changes url? When I use /?PageSpeedFilters=+debug in the home page, the + sign changes to a encoded space (%20) and the debug filter don´t work, I can see any debug message. But when used in other pages, the + sign stay here and the debug filter work. But if we are unable to rigth configure the FechtHttps maybe can try other route to provide the files to pagespeed. The LoadFromFile path. This way need to set other set of directives. But firts try to configure FechtHttps with the rigth cert.pem file
---------------------------------------------------------------- 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