On Tue, Dec 8, 2015 at 11:58 PM, Michael Power <[email protected]> wrote: > Does this help: > ~$ erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' > -noshell > "R16B03" > $ erl > Erlang R16B03 (erts-5.10.4) [source] [64-bit] [smp:6:6] [async-threads:10] > [hipe] [kernel-poll:false] > > > Eshell V5.10.4 (abort with ^G)
Yes, that's it. Generally, it's not recommended to use this release at all. You can check the diff between R16B03 and R16B03-1: https://github.com/erlang/otp/compare/OTP_R16B03...OTP_R16B03-1 and see quite a lot of ssl fixes, including validation routines. I recommend you update your Erlang and try again. -- ,,,^..^,,,
