I can't interact with the SVN server from my Ubuntu in a WSL2 environment. I keep getting the following errors:
svn: E170013: Unable to connect to a repository at URL 'https://path-to-the-svn-server'
svn: E120190: Error running context: An error occurred during authentication
Suggestions from here didn't work. Basic authentication is not an option.
From WSL2, server can be pinged successfully and Internet access is ok. From Windows, svn is working fine (via TortoiseSVN).