Actions
Feature #4269
openAllow ca_path option for reposman.rb to validate peer certificate
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-11-23
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
I use the following command for automatic SVN repository creation:
ruby /opt/redmine/extra/svn/reposman.rb --redmine https://localhost/redmine --svn-dir /var/svn --owner www-data --url file:///var/svn/ >> /var/log/redmine-reposman.log
I get this warning twice during the execution:
warning: peer certificate won't be verified in this SSL session
When replacing 'https://localhost/redmine' to 'http://localhost/redmine' the warning disappears. How can the peer certificate be verified (I have a valid certificate, so this must be possible)? Or how can the peer verification be skipped (if redmine is only accessible on https)?
Thank you for looking into this issue.
Regards,
Pieter
Actions