Gitea Last Mile

Discussion in 'ISPConfig 3 Priority Support' started by yupthatguy, Oct 9, 2021.

  1. yupthatguy

    yupthatguy Member

    While I successfully have gitea running on my test server without SSL, using these directives:

    Code:
        ProxyPreserveHost On
        ProxyRequests off
        AllowEncodedSlashes NoDecode
        ProxyPass / http://localhost:3000/ nocanon
        ProxyPassReverse / http://localhost:3000/
    They do not work with my prod server which on SSL. Here are my errors.

    Code:
    [proxy:error] [pid 6165] (20014)Internal error (specific information not available): [client 49.247.196.186:53938] AH01084: pass request body failed to 127.0.0.1:3000 (localhost)
     [proxy:error] [pid 6165] [client 49.247.196.186:53938] AH00898: Error during SSL Handshake with remote server returned by /error/500.html
    [proxy_http:error] [pid 6165] [client 49.247.196.186:53938] AH01097: pass request body failed to 127.0.0.1:3000 (localhost) from 49.247.196.186 ()
    Anyone know how to get SSL working with the above diretives?
     

Share This Page