Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. [SOLVED] svn connection with untrusted / self-signed SSL cert on local docker instance

[SOLVED] svn connection with untrusted / self-signed SSL cert on local docker instance

Added by Markus K. over 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:

https://github.com/opf/openproject/blob/9a0d8883eb302158056dc767dd27c13c7b9579dc/lib/open_project/scm/adapters/subversion.rb#L251

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)

RE: svn connection with untrusted / self-signed SSL cert on local docker instance - Added by Markus K. over 1 year ago

Solved in #4197 

see comment https://community.openproject.org/projects/openproject/work_packages/4197/activity#activity-18

  • (1 - 1/1)
Loading...