Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 15045] New: svn_https fails with most (all?) certificates

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 15045] New: svn_https fails with most (all?) certificates
  • Date: 23 Jan 2009 00:39:07 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15045

Summary: svn_https fails with most (all?) certificates
Product: Sorcery
Version: 1.14.x
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: Summon
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org


$ sorcery -v
1.14.2

I checked the master branch of Sorcery and saw no updates to
url_handlers/url_svn_https.

When trying to use a SOURCE_URL=svn_https://, the checkout will fail. (See Bug
#12617). Not all sites offer an http:// checkout, which fixed Bug #12617.

What we get from the commandline:
$ svn co https://svn.openchange.org/openchange/trunk
Error validating server certificate for 'https://svn.openchange.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: svn.openchange.org
- Valid: from Sat, 27 Jan 2007 23:33:08 GMT until Tue, 24 Jan 2017 23:33:08
GMT
- Issuer: Research and Development, OpenChange Project, Paris, IDF, FR
- Fingerprint: 95:40:4c:11:40:46:8d:ac:d4:2f:62:b7:ee:b5:96:6b:18:3d:83:17
(R)eject, accept (t)emporarily or accept (p)ermanently?

A package I am working on:
# summon libmapi
Downloading source file libmapi-svn.tar.bz2
Running svn checkout...
svn checkout --non-interactive -r HEAD
https://svn.openchange.org/openchange/trunk libmapi
svn: OPTIONS of 'https://svn.openchange.org/openchange/trunk': Server
certificate verification failed: issuer is not trusted
(https://svn.openchange.org)
Download of libmapi-svn.tar.bz2 failed

If we remove the '--non-interactive' from svn_args addition to
dl_handlers/dl_svn, we get:
# summon libmapi
Downloading source file libmapi-svn.tar.bz2
Running svn checkout...
svn checkout -r HEAD https://svn.openchange.org/openchange/trunk libmapi
Error validating server certificate for 'https://svn.openchange.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: svn.openchange.org
- Valid: from Sat, 27 Jan 2007 23:33:08 GMT until Tue, 24 Jan 2017 23:33:08
GMT
- Issuer: Research and Development, OpenChange Project, Paris, IDF, FR
- Fingerprint: 95:40:4c:11:40:46:8d:ac:d4:2f:62:b7:ee:b5:96:6b:18:3d:83:17
(R)eject, accept (t)emporarily or accept (p)ermanently?


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page