Lofesa commented on issue #1755:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1336267795

   No, is not the way pagespeed work.
   It must work fechting https resources too.
   In my experience  pagespeed can't fecht https resource mainly by 2 reasons:
   
   1.- pagespeed domain is set wrong. If you don't specify the protocol, by 
default pagespeed tries the http version only.
   I usually use pagespeed domain http*://*.mydomain.com
   This way I cover the http and the https and all subdomain and the main 
domain.
   2.- certificates are not rigth configured.
   
   But here 2 reasons are, aparently , set in the rigth way.
   
   Maybe the fastcgi cache?
   I see you bypass the fastcgi cache when the request have any query string.
   Whats happens when you do http://mydoamin.com/?anyquery=1 ?
   
   


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to