Bitnami-Redmine connects to svn remotely through https
If you want to connect to the remote svn through https at Bitnami-Redmine, follow these steps to configure:
1. Run svn manually under the command line environment of bitnami redmine stack to see if you can get the data.
Svn list-xml "https://[svnIP]/svn/myproject/"@HEAD-username" myname "- password" mypasswd "- no-auth-cache-non-interactive
2. If it doesn't work, add-- trust-server-cert, and if it still doesn't work, run the following command to make subversion trust server
Svn ls-- config-option config:auth:store-auth-creds=yes https://111.222.111.222:8443/svn/myproject
3. If there are no errors, open D:\ Bitnami\ apps\ redmine\ htdocs\ lib\ redmine\ scm\ adapters\ subversion_adapter.rb
Modify 248 lines, made by
Str =''
Str