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

   In the pagespeed config file you mus have some like
   
   
   ```
   location / {
       proxy_pass http://your-baclken-server.com
        .......
   }
   
   ```
   
   Note the http protocol.
   
   This way you have some like
   
   user -> https -> nginx -> http  -> backend_server
   
   If you use t`tps://test.accise.net:80/` as the backend_server then you still 
have a ssl comunication between the nginx proxy and the backend_server.
   
   Can you share a link to these test server ?
   If you can I can test it live, and maybe figure whats is happend
   
   
   
   


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