You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2018/05/26 09:10:35 UTC

[GitHub] Lofesa commented on issue #1566: BeaconUrl uses HTTP instead of HTTPS + LoadFromFile not working

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:
users@infra.apache.org


With regards,
Apache Git Services