Lofesa commented on issue #1755: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1755#issuecomment-1211920896
``` pagespeed Domain https://redacted; # pagespeed MapOriginDomain "https://redacted" "http://redacted"; # this one doesn't affect beacon so this one is turn off pagespeed MapRewriteDomain "https://redacted" "http://redacted" pagespeed LoadFromFile "https://redacted/wp-content/" "/var/www/wp-content/"; pagespeed LoadFromFile "http://redacted/wp-content/" "/var/www/wp-content/"; ``` Are these lines all the pagespeed config? Try to add some like: pagespeed FetchHttps enable; pagespeed SslCertDirectory directory; (directory in Debian based normally is /etc/ssl/certs, Centos /etc/pki/tls/certs pagespeed SslCertFile file; (Only for Red-Hat/Centos distro /etc/pki/tls/cert.pem.) -- 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