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 for those cases. Sadly no difference :(
   
   Found: 
   `pagespeed UseNativeFetcher on;
   resolver 8.8.8.8;`
   Results:
   `Cannot fetch url 
'https://mydomain.com/wp-content/plugins/total-gdpr-compliance/assets/js/frontend-script.js?ver=2.0.2':
 as https is not supported`
   
   Found (as page support gzip):
   `pagespeed FetchWithGzip on;`
   Results:
   Still http://mydomain.com in logs
   
   In doc's I found:
   `Setting the URL fetcher timeout 
[🔗](https://www.modpagespeed.com/doc/system#url_fetcher_timeout)
   When PageSpeed attempts to rewrite a resource for the first time, it must 
fetch it via HTTP. The default timeout for fetches is 5 seconds. A directive 
can be applied to change the timeout
   `
   I hope HTTP is a typo and it should be HTTP/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

Reply via email to