Lofesa edited a comment on issue #1681: Uncacheable content, preventing rewriting of image
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1681#issuecomment-593929053
Ah! your site is https, so you need to configure fechthttps or loadfromfile.
By default, pagespeed tries to fecht resources by http, and maybe the 404 error´s you
see is for don´t have the https enabled.
ModPagespeedFetchHttps enable
ModPagespeedSslCertDirectory directory
ModPagespeedSslCertFile file
If the server is a Debian-Ubuntu family only need to configure the directory, by default
/etc/ssl/certs
If is a RedHat-Centos family, need both directory and file, by default
/etc/pki/tls/certs
/etc/pki/tls/cert.pem
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|