How did you configure your HTTP proxy ?
Apache config along the lines of the one in the XWiki documentation.
ProxyRequests Off ProxyPreserveHost On <Proxy *> Require all granted </Proxy> ProxyPass / http://localhost:8083/ nocanon ProxyPassReverse / http://localhost:8083/ RequestHeader set Forwarded "proto=https"