[Bug 194214] New: latest erlang OTP 17.3 breaks against many https calls
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 7 11:36:51 UTC 2014
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 at FreeBSD.org
Reporter: dch at 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.
More information about the freebsd-ports-bugs
mailing list