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

2022-12-03 Thread GitBox


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

   nginx 1.23.2 + pagespeed 1.15.0.0-8917, and still the beacon is added as 
`http://` when the only page working is `http`://` without 301;


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



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

2022-07-16 Thread GitBox


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

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