heikkiorsila opened a new issue #2013:
URL: https://github.com/apache/incubator-pagespeed-mod/issues/2013


   I'm running debugging a problem with ngx_pagespeed 1.12.34.2-0 running on 
nginx at https://wordpress.local (a local container). The https certificate is 
self-signed. The same problem also occurs on a production system with a 
properly issued https certificate. The backend is a WordPress server.
   
   nginx access logs indicate that that https requests are being sent to the 
downstream cache's http port. I believe these are cache purge requests:
   
   `_ 127.0.0.1 - - [27/Jul/2020:13:19:52 +0300] 
"\x16\x03\x01\x00\xBC\x01\x00\x00\xB8\x03\x03\x15\x0B\xFB" 400 150 "-" "-" - - 
5.006
   `
   
   The nginx error log reports a SSL specific error:
   
   `2020/07/27 13:19:52 [error] 795#825: [ngx_pagespeed 1.12.34.2-0] Serf 
status 120171(APR does not understand this error code) polling for 1 threaded 
fetches for 0.05 seconds
   `
   
   I have configured Downstream cache purges to be sent to the https port 
explicitly, but I'm seing the traffic in http port anyway:
   
   ```
   # Set up PageSpeed interface with downstream cache
   pagespeed DownstreamCachePurgeLocationPrefix https://wordpress.local/purge;
   pagespeed DownstreamCachePurgeMethod PURGE;
   pagespeed DownstreamCacheRewrittenPercentageThreshold 95;
   
   ```
   Setting EnableCachePurge either on or off does not matter.
   
   Can you think of what is the error here? Is there a workaround? What to try? 
Thanks!
   


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


Reply via email to