Lofesa commented on issue #1738:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1738#issuecomment-892903327


   Hi @SergeyKhlopov 
   At a first glance you need to enable pagespeed https fecht:
   ```
   pagespeed FetchHttps enable;
   pagespeed SslCertDirectory directory;
   pagespeed SslCertFile file;
   ```
   If the distro is Ubuntu/Debian only SslCertDirectory mus be set, if 
Centos/RedHat bot, directory and file
   These diretory/file are NOT your certificates files (those you configures in 
SSL nginx directives) but system certificate chain files (think in pagespeed as 
a web client), normally:
   For Ubunty/Debian /etc/ssl/certs
   For Centos/RedHat /etc/pki/tls/certs and /etc/pki/tls/cert.pem
   
   Alternativelly you can configure LoadFromFile. 
https://www.modpagespeed.com/doc/https_support#load_from_file
   
   You use an include file (`include   includes/deny-files.conf;`). What 
directives do you have here?
   
   I can“t find any reason for the redirect when you use the url parameter for 
debug. To where you get redirected?
   


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