Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Oct 2014 11:36:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194214] New: latest erlang OTP 17.3 breaks against many https calls
Message-ID:  <bug-194214-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194214

            Bug ID: 194214
           Summary: latest erlang OTP 17.3 breaks against many https calls
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: dch@skunkwerks.at

Upstream issue noted at
http://erlang.org/pipermail/erlang-questions/2014-September/081176.html is
pretty serious, breaking cowboy, httpc and almost every other SSL-using app for
many common sites.

Simple fix is to include the patch from
https://github.com/erlang/otp/commit/b196730a325cfe74312c3a5f4b1273ba7c705ed6.diff
which will be rolled into the next OTP release.

failing test is:

```
application:ensure_all_started(ssl).
application:ensure_all_started(inets).
httpc:request("https://freebsd.org/").
```

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194214-13>