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 http://mydomain.com because there is no other www configured in 
nxginx and dns point to the server it defaults and redirect to https version.
   
   `http*://*.mydomain.com` im not serving page with `www` subdomain nor any 
other subdomain, will `https://mydomain.com` fall into that regex ? - Yes, this 
does not cover my domain `<!--The preceding resource was not rewritten because 
its domain (mydomain.com) is not authorized-->` 
   
   > In my experience pagespeed can't fecht https resource mainly by 2 reasons:
   As you can see most resource are fetched via https only main page and few 
images aint,
   
   For images I found out that SmartSlider3 made static cache files for 
background and put those as `src=//mydomain.com/static/background.jpg` im 
unable to force it to be written as https, and from pagespeed docs `//` 
notation falls to `http` fetch - any ideas how to force it ?
   
   I disabled memcache for pagespeed and fastcgi_cache for page; still issue is 
there; Also I disabled (removed) memcached caching from wordpress - no luck 
also;


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