I have an issue with the password reset function.
After filling the form the requester gets an email like this https://wiki.mydomain.com:80/bin/view/XWiki/ResetPasswordComplete?u=…
The strange thing is the https at the beginning, which is correct and the port :80 at the end.
I have changed already in wiki.cfg the wiki.url.protocol=https but this had no effect
I’m running XWIKI 12.10.8 . The server is behind a reverse proxy HAProxy. This redirects all calls to the xwikiserver on port 8080 internally.
Any idea how to fix it?