Hello!
By default webDAV addon uses basic authentication and the basic authentication requires an encrypted connection (https). We use an NGINX as revers proxy in our project and TLS is provided by the NGINX.
How should we operate in this case? Do we have to remove nginx and use tomcat with tls certificates? (this is unappreciated option)
Can we disable the https requirement somehow? (it this case we provide it on the nginx)