Content
[SOLVED] svn connection with untrusted / self-signed SSL cert on local docker instance
Added by Markus K. about 1 year ago
I need to connect to a svn / subversion repo with a self-signed SSL cert from a docker installation. So I need to tell svn to accept even untrusted certs. There is a switch for this and in the OpenProject sources I found some lines handling this:
I found out there was the env OPENPROJECT_SCM_SUBVERSION_TRUSTEDSSL
for this but this doesn't seem to be supported in current versions (and isn't formed like current envs).
[...] "RAILS_ENV=production bundle exec rake setting:available_envs"
delivers this around the SCM module:
OPENPROJECT_SCM (default={})
OPENPROJECT_SCM__GIT__COMMAND (default=nil)
OPENPROJECT_SCM__LOCAL__CHECKOUT__PATH (default="repositories")
OPENPROJECT_SCM__SUBVERSION__COMMAND (default=nil)
So do I need to tweak the "configuration.yml" to achieve subversion: trustedssl: true
? If so, I would try to follow this: https://stackoverflow.com/questions/67940195/openproject-how-to-set-config-configuration-yml-in-docker-environment
Thanks
Replies (1)
Solved in #4197
see comment https://community.openproject.org/projects/openproject/work_packages/4197/activity#activity-18