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/07/16 20:03:09 UTC

[GitHub] [incubator-pagespeed-ngx] bigretromike commented on issue #1566: BeaconUrl uses HTTP instead of HTTPS + LoadFromFile not working

bigretromike commented on issue #1566:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1566#issuecomment-1186279596

   > That's a shallow workaround IMHO. I think, the proper solution is following:
   > 
   > ```
   > # to prevent pagespeed from rewriting https to http
   > pagespeed MapRewriteDomain https://example.com http://example.com;
   > pagespeed MapOriginDomain https://example.com http://example.com;
   > ```
   > 
   > It worked for me, all links were replaced with https ones.
   
   as it did help with beacon, it did not help with `/?PageSpeed=noscript` which is for some reason put as http instead of https
   


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