Modify ↓
Opened 15 years ago
Closed 12 years ago
#4137 closed defect (fixed)
SVN for josm.openstreetmap.org - fix issue related to SSL
Reported by: | Gubaer | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | Cc: |
Description (last modified by )
For large commits one gets ("large" means fairly large, just a couple of files, not "really" large):
RA layer request failed svn: Commit failed (details follow): svn: PUT of '/svn/!svn/wrk/0f5d4bc8-33f2-9c4e-8e76-15b92a507981/trunk/src/org/openstreetmap/josm/data/osm/PrimitiveId.java': SSL negotiation failed: SSL error: parse tlsext (https://josm.openstreetmap.de)
Seems to be a known problem as this thread indicates too.
Could somebody with server access please install (and/or compile) OpenSSL with TLS enabled on the server?
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Seems to be fixed.
comment:3 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Never seen this problem, must have been fixed by now.
Note:
See TracTickets
for help on using tickets.
I did add the "SSLProtocol -ALL +SSLv2 +SSLv3". We will see if it helps.