Fwd: proto_dist inet_ssl broken in R10B-7?
Fredrik Thulin
ft@REDACTED
Sat Sep 10 10:26:58 CEST 2005
Hi
I got a private reply from someone saying they have the exact same
problem, so I therefor conclude that it is not just me but a bug that
appeared in R10B-7. Hence this post to erlang-bugs@REDACTED
/Fredrik
---------- Forwarded Message ----------
Subject: proto_dist inet_ssl broken in R10B-7?
Date: Friday 02 September 2005 11.39
From: Fredrik Thulin <ft@REDACTED>
To: erlang-questions@REDACTED
Hi
Is it just me, or is -proto_dist inet_ssl broken in R10B-7?
R10B-6 :
$ /pkg/erlang/R10B-6/bin/erl \
-proto_dist inet_ssl \
-ssl_dist_opt client_certfile cert.comb \
-ssl_dist_opt server_certfile cert.comb \
-ssl_dist_opt verify 2 \
-boot ~/path/to/R10B-6-compiled/start_ssl \
-name a
Erlang (BEAM) emulator version 5.4.8 [source] [hipe]
Eshell V5.4.8 (abort with ^G)
(a@REDACTED)1>
$ /pkg/erlang/R10B-7/bin/erl \
-proto_dist inet_ssl \
-ssl_dist_opt client_certfile cert.comb \
-ssl_dist_opt server_certfile cert.comb \
-ssl_dist_opt verify 2 \
-boot ~/path/to/R10B-7-compiled/start_ssl \
-name a
R10B-7 just hangs. Same cert.comb.
R10B-6 start_ssl.rel :
%% Erlang OTP R10B-6 library versions
%% File to get Erlang distribution using SSL started
{release, {"Yxa foo","0.0"}, {erts, "5.2"},
[{kernel,"2.10.9"},
{stdlib,"1.13.8"},
{ssl, "3.0.7"}
]
}.
R10B-7 start_ssl.rel :
%% Erlang OTP R10B-7 library versions
%% File to get Erlang distribution using SSL started
{release, {"Yxa foo","0.0"}, {erts, "5.2"},
[{kernel,"2.10.10"},
{stdlib,"1.13.9"},
{ssl, "3.0.7"}
]
}.
/Fredrik
-------------------------------------------------------
More information about the erlang-bugs
mailing list