proto_dist inet_ssl broken in R10B-7?

Fredrik Thulin ft@REDACTED
Fri Sep 2 11:39:28 CEST 2005


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-questions mailing list