Lofesa edited a comment on issue #1897: 4xx status code, preventing rewriting
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-500118932
 
 
   > If I add this to my htaccess:
   > `ModPagespeedFetchHttps enable,allow_self_signed`
   > 
   > I get an Internal Server Error.
   > 
   Whats messages do you have when enable FechtHttps?
   
   FechtHttps need this:
   \# Certificate Authorities directory, not your domain SSL keys
     ModPagespeedSslCertDirectory directory
     \# Web Server's HTTPS client SSL key, not your domain SSL keys
     ModPagespeedSslCertFile file.
   
   and take care of:
   
   These directive cannot be used in .htaccess files or \<Directory> scopes.
   
   I think you get the 404 error cause pagespeed canĀ“t fecht https resources, 
and I think that cause the internal server error.
   Can you try the 
[LoadFromFile](https://www.modpagespeed.com/doc/https_support#load_from_file) ?
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to