Defect #11343

I'm solved svn connect https protocl

Added by 인혁 최 11 months ago.

Status:NewStart date:
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:-
Target version:-
Affected version:2.0.3 Resolution:Wont fix

Description

svn https protocol connect fail..

So I'm solved this problem

/lib/redmine/scm/adapters/subversion_adapter.rb

fix that's line
str << " --no-auth-cache --non-interactive"
to
str << " --no-auth-cache --non-interactive --trust-server-cert"

Only that fix that svn connect is success

please edit that's line

Also available in: Atom PDF