--
You received this message because you are subscribed to the Google Groups "TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tortoisesvn...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/tortoisesvn/4267ae35-0328-46c7-b1b5-3fd77bfcde05n%40googlegroups.com.
I'm having the same problem here.
Even the svn.exe list command doesn’t work when I try to connect to an HTTPS repository.
I tested the SlikSVN ARM version and got the same issue.
To fix it, I installed OpenSSL 3.5.0 ARM64 from FireDaemon (https://download.firedaemon.com/FireDaemon-OpenSSL/openssl-3.5.0.zip) and copied the DLL files into the SlikSVN bin folder.
After that, SlikSVN started working with HTTPS.
I think the problem is caused by the version of OpenSSL ARM64 used by SlikSVN and TortoiseSVN.
Since TortoiseSVN bundles the OpenSSL libraries into libsvn_tsvn.dll, it's likely necessary to upgrade the OpenSSL ARM64 version in the source code and rebuild the application.