[Bug 1222854] New: https subversion checkout fails
https://bugzilla.suse.com/show_bug.cgi?id=1222854 Bug ID: 1222854 Summary: https subversion checkout fails Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.6 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: screening-team-bugs@suse.de Reporter: jonathan.brady@denbridgemarine.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Fresh install of current beta, with just "subversion" package added. At the time of writing that is subversion-1.14.1-150400.3.8. Trying to checkout any https url fails. For example "svn co https://opensuse.org" (yes, I know there is no repository there, there doesn't need to be), the command never returns. tcpdump shows lots of activity on port 443, but the TLS connection never establishes. Other programs (w3m for example are able to establish TLS connection without problem). My expected result with that URL, would be: Redirecting to URL 'https://www.opensuse.org': svn: E170013: Unable to connect to a repository at URL 'https://www.opensuse.org' svn: E175003: The server at 'https://www.opensuse.org' does not support the HTTP/DAV protocol -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 https://bugzilla.suse.com/show_bug.cgi?id=1222854#c1 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |danilo.spinella@suse.com --- Comment #1 from Andreas Stieger <Andreas.Stieger@gmx.de> --- SUSE:SLE-15-SP4:Update/subversion -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 https://bugzilla.suse.com/show_bug.cgi?id=1222854#c2 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED CC| |Andreas.Stieger@gmx.de --- Comment #2 from Andreas Stieger <Andreas.Stieger@gmx.de> --- Reproduced on Leap 15.6 beta only -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugzilla.opensuse.o | |rg/show_bug.cgi?id=1221211 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 https://bugzilla.suse.com/show_bug.cgi?id=1222854#c10 --- Comment #10 from Andreas Stieger <Andreas.Stieger@gmx.de> --- Using the Tumbleweed package and dependencies in not recommended. Use the one built for Leap 15.6 specifically: devel:tools:scm:svn/libserf devel:tools:scm:svn/subversion -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 https://bugzilla.suse.com/show_bug.cgi?id=1222854#c13 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hpaluch@seznam.cz --- Comment #13 from Andreas Stieger <Andreas.Stieger@gmx.de> --- *** Bug 1226399 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 https://bugzilla.suse.com/show_bug.cgi?id=1222854#c14 --- Comment #14 from Andreas Stieger <Andreas.Stieger@gmx.de> --- Henryk noted in bug 1226399
There is terse description of this problem (even mentioning libserf) here: https://github.com/openssl/openssl/issues/14595#issuecomment-801969560
He attached a patch. Btw I checked (my) upstream serf and this change in not in there either. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 https://bugzilla.suse.com/show_bug.cgi?id=1222854#c15 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |IN_PROGRESS Severity|Normal |Major --- Comment #15 from Andreas Stieger <Andreas.Stieger@gmx.de> --- Correction this seems to be fixed upstream with a slightly different patch. So 1.3.10 would be needed to address this. Since Danilo already synced the cl and comment #11 and comment #12 are private I think the 1.3.10 is in the maintenance process already. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 https://bugzilla.suse.com/show_bug.cgi?id=1222854#c16 --- Comment #16 from Henryk Paluch <hpaluch@seznam.cz> --- GitHub comment https://github.com/openssl/openssl/issues/14595#issuecomment-802157299 also referencse this upstream JIRA bug: https://issues.apache.org/jira/browse/SERF-198 Which suggests that serf-1.3.10 includes kTLS fix (not yet tested by me). -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 https://bugzilla.suse.com/show_bug.cgi?id=1222854#c17 Henryk Paluch <hpaluch@seznam.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(Andreas.Stieger@g | |mx.de) --- Comment #17 from Henryk Paluch <hpaluch@seznam.cz> --- (In reply to Andreas Stieger from comment #10)
Using the Tumbleweed package and dependencies in not recommended. Use the one built for Leap 15.6 specifically:
devel:tools:scm:svn/libserf devel:tools:scm:svn/subversion
I'm sorry for novice question, but I'm unable to find 1st mentioned repo "devel:tools:scm:svn/libserf". I found and did this (on LEAP 15.6): zypper ar http://download.opensuse.org/repositories/devel:/tools:/scm:/svn/15.6/ devel_tools_scm_svn zypper pa devel_tools_scm_sv But later "zypper pa..." command shows no libserf packages Looking into parent directory http://download.opensuse.org/repositories/devel:/tools:/scm:/ I'm unable to find svn/libserf there. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1222854 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(Andreas.Stieger@g | |mx.de) | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com