Hi there! Now i installed Windows 10 x64 Pro a new virtualisation host system which also has a role as reverse proxy with IIS to use "Windows Authentication", before i used Windows 7 x64 Pro. The settings on the SVN apache webserver virtual machine are still the same... But now, with Win10 instead of Win7 as reverse proxy, i get that error message: "An error occurred during authentication" - The SSL certificate is not from an offcial certificate issuer, it's generated by Win10 IIS - The login is 100% correct, when i visit the URL in the browser i see the SVN directories - I also tried: - Disabling the "RequestFilteringModule" in IIS -> does not work - Disabling IIS "Compression of static contents" -> does not work - The other "special" settings of apache SVN are the following - Disabling "mod_deflate" - Enabling "mod_headers" and adding that line the svn vhost: RequestHeader edit Destination ^https: http: early My first thread regarding to problems with IIS reverse proxy (at that time, it was Win7!) is here: https://www.svnforum.org/forum/opensource-subversion-forums/apache-subversion-1-8-support/80273-errors-working-copy-is-not-up-to-date-svn-commit-failed-filesystem-has-no-item And it is also not a problem of my eclipse svn plugin, "TourtoiseSVN" gives me the same error message, after first entering of username and password... I'm working on that problem since 2-3 days, but i didn't found a solution to solve it. (Maybe to using GIT is the solution, who knows?? ;-))
Last updated