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

2022-12-07 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1341816176 After downgrading pagespeed, trying it on fresh wordpress instalation, the beacon still point's to HTTP version of page when there is non, also the module try

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

2022-12-03 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1336291903 I read about `RespectXForwardedProto` that if its not set it goes to http resources and mix content, even if im not using any cdn's or loadbalancer because its

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

2022-12-03 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1336276712 As soon as I disable `LoadFromFileMatch` all of the converted images that point's too `https://mydomain/converted_imaga.pagespeed.ic.123456.webp` are 404 on

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

2022-12-03 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1336271928 I'm using this: `pagespeed Domain https://mydomain.com;` I can change it to http? version but I dont serve http version at all, when you enter

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

2022-12-03 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1336252941 > In the last config you posted: > > > > pagespeed RewriteLevel CoreFilters; > > > pagespeed RewriteLevel OptimizeForBandwidth; I comment

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

2022-12-03 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1336218387 > In the last config you posted: > > > > pagespeed RewriteLevel CoreFilters; > > > pagespeed RewriteLevel OptimizeForBandwidth; > > Both at the

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335977544 Currently I have the biggest luck while adding `pagespeed LoadFromFileMatch "^https?://mydomain.com/([^/]*)" "/var/www/web/\\1"; While pagespeed fetch

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335874518 I'm trying to make it not work with minimal setup; ``` http { pagespeed on; pagespeed PreserveUrlRelativity on; pagespeed Statistics on;

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335691744 > One thing that comes to mind, I had the same problem once. I assume you are using php-fpm with fastcgi. > > I remember vaguely that I had to explicitly

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335387142 > What do you see in the logs files about this with debug enabled?

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335192674 PageSpeed console still show: ``` http://mydomain.com/:1196: Resized image `https://mydomain.com/wp-content/uploads/2021/04/dgr_001-300x300.jpg' from

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335184338 > > `location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" { add_header "" ""; set $no_cache 1; }` > > Can you try: location ~

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335179959 > > `location ~ "\.pagespeed\.([a-z]\.)?[a-z]{2}\.[^.]{10}\.[^.]+" { add_header "" ""; set $no_cache 1; }` > > Can you try: location ~ ^.pagespeed/ {

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335170891 > A question... How the resources are wruten in the html code? some like src=//mydomain/myimge or src=https://mydomain/myimage ? > > Also why this?:

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335161969 > A question... How the resources are wruten in the html code? some like src=//mydomain/myimge or src=https://mydomain/myimage ? > > Also why this?:

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335108057 After commenting out `LoadFromFile` random number of images won't show up and page ``` ``` Notice the http in there ^, also the nginx log got

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335101733 Configuration from Admin Page ``` Version: 14: on Filters ah Add Head cw Collapse Whitespace cc Combine Css ch Combine Heads

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

2022-12-02 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1335087333 Welcome, once again im struggling with this issue, I didn't resolve it but now its even more anoying as I changed server, upgraded nginx, installed the latest

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

2022-10-07 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1272088924 I comment out every MapRewriteDomain and LoadFromFile. I disabled: ``` pagespeed EnableFilters rewrite_domains; pagespeed DomainRewriteHyperlinks

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

2022-10-05 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1269343264 Yes, I do have 301 redirection from http version to https. I also have www to non-www version 301 redirect. ``` if ($host = www.redacted) {

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

2022-09-30 Thread Longinos Ferrando
Maybe this don't show in GitHub, because my response goes directly from email. Not a good idea have a site with http/Https, Google may consider it duplicate content. Http must be redirected to Https with a 301 code. Anyway When you fetch the page via http, URLs in the page, get rewrites by

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

2022-09-30 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1264042708 > 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: > >

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

2022-08-20 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1221434254 > And you have a DNS server i 127.0.0.1? And I supose you are not using any proxy cache or load balancing, rigth? You are correct 127.0.0.1 is auth dns

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

2022-08-19 Thread GitBox
bigretromike commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1220322382 > ``` > pagespeed Domain https://redacted; > # pagespeed MapOriginDomain "https://redacted; "http://redacted;; # this one doesn't affect beacon so this