You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2022/09/29 10:00:29 UTC

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1755: Issue with HTTPS only page and noscript support and beacon are injected as http.

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-unsubscribe@pagespeed.apache.org

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