Abinaya created SVN-4834:
----------------------------
Summary: Certificate validation issue with RHEL8 subversion 1.10
Key: SVN-4834
URL: https://issues.apache.org/jira/browse/SVN-4834
Project: Subversion
Issue Type: Bug
Affects Versions: 1.10.0
Environment: Working environment
RHEL6
RHEL7
Issue in RHEL8
Reporter: Abinaya
Fix For: 1.7.14
We have been accessing SVN checkout from RHEL6 and RHEL7 using below command:
/usr/bin/svn update --quiet --config-dir /var/cfengine/svn/config/
Below issue we are facing in RHEL8:
Executing script /usr/bin/svn update --quiet --config-dir
/var/cfengine/svn/config
Error validating server certificate for 'test.domain.in:443'
- The certificate has an unknown error.
Certificate information:
* Hostname: test.domain.in
(R)eject or accept (t)emporarily?
So here no option display as "p" to make the checkout permanently.
The difference we observed in RHEL8 is subversion 1.10:
{code:java}
svn, version 1.10.2 (r1835932)
compiled Dec 15 2018, 11:43:37 on x86_64-redhat-linux-gnuCopyright (C) 2018
The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/The
following repository access (RA) modules are available:* ra_svn : Module for
accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- using serf 1.3.9 (compiled with 1.3.9)
- handles 'http' scheme
- handles 'https' schemeThe following authentication credential caches are
available:* Plaintext cache in /root/.subversion
* Gnome Keyring
* GPG-Agent{code}
anyone please confirm is there any different method to validate certificate
with subversion 1.10 on RHEL8.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)