attinderdhillon opened a new issue #1571: 404 on HTTPs
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1571
 
 
   It works fine on http but with https enabled all assets processed by 
pagespeed are 404.
   This is a test setup on nginx, same website with letscrypt ssl works fine on 
apache modspeed.
   
   Tried latest stable and release, 
   pagespeed installed as dynamic module.
   
   This is my pagespeed conf, kindly suggest a solution.
   
   ` pagespeed on;
    pagespeed HonorCsp on;
   
    pagespeed RespectXForwardedProto on;
   
    #Same issue with these enabled and loadfrom file disabled.
    #pagespeed SslCertDirectory /etc/pki/tls/certs;
    #pagespeed SslCertFile /etc/pki/tls/cert.pem;
   
    pagespeed LoadFromFile "https://test.site.com"; "/home/test/public_html/";
   
   
    pagespeed RewriteLevel CoreFilters;
   
    pagespeed XHeaderValue "Powered By ngx_pagespeed";
    pagespeed FileCachePath /var/cache/nginx/;
   
    location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" {
          add_header "" "";
    }
    location ~ "^/pagespeed_static/" { }
    location ~ "^/ngx_pagespeed_beacon$" { }`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to