Lofesa commented on issue #1566: BeaconUrl uses HTTP instead of HTTPS + 
LoadFromFile not working
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1566#issuecomment-392248625
 
 
   Perhaps is not related, but I think you need to configure ssl certificates
   pagespeed SslCertDirectory directory;
   pagespeed SslCertFile file;
   and the LoadFromFile diectives to be ended with slash
   pagespeed LoadFromFile "https?://$host/media/" "$document_root/media/";
   and need to auth the domain
   pagespeed Domain http*://*.example.org;

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to