|
|
| Author |
Message |
|
| ft at it.su.se |
Posted: Sat Sep 10, 2005 8:33 am |
|
|
|
Guest
|
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_at_.
/Fredrik
---------- Forwarded Message ----------
Subject: proto_dist inet_ssl broken in R10B-7?
Date: Friday 02 September 2005 11.39
From: Fredrik Thulin <ft_at_it.su.se>
To: erlang-questions_at_erlang.org
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_at_barbar.it.su.se)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
-------------------------------------------------------
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|