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

   Sorry for commig too late, but have personal issues that make me out of 
internet for some time.
   
   The site runs in https, so why have you:
   
   pagespeed MapRewriteDomain "https://redacted"; "http://redacted";;
   pagespeed LoadFromFile "http://redacted/wp-content/"; "/var/www/wp-content/";
   
   MapRewriteDomain makes any ocurrence of http://redacted is rewrited as 
https://redacted, but if the site runs w/o any proxy, ssl end point or similar 
thing, why you have http resources in an https page?
   
   The error you have posted say this:
   
   # [Warning] [1502319] [image.webp:0] Resource based on 
http://redacted/wp-content/uploads/2022/07/image.webp but cannot access the 
original
   
   So pagespeed is searching for a http resource.
   
   
   
   


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