You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd be nice if we can get an official solution to integrating inet_tls erlang distribution using node_package and cuttlefish out of the box.
For example, if I create a schema for cuttlefish with something like:
%% @doc Erlang distribution protocol
{mapping, "erlang.dist.protocol","vm_args.-proto_dist",[
{default, "inet_tls"}
]}.
%% @doc Erlang SSL distribution protocol server certificate
{mapping, "erlang.dist.ssl.server.cert","vm_args.-ssl_dist_op server_certfile",[
{datatype, file},
{default, "$(platform_etc_dir)/cert.pem"}
]}.
%% @doc Erlang SSL distribution protocol server key
{mapping, "erlang.dist.ssl.server.key","vm_args.-ssl_dist_op server_keyfile",[
{datatype, file},
{default, "$(platform_etc_dir)/key.pem"}
]}.
...
And so on...
I believe the erlang node boots up properly, however nodetool is borked as it's unaware of the SSL settings. I do believe some folks have managed to get this working, wondering if/when those solutions will make their way into the official release.
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Node package + cuttlefish + inet_tls erlang distribution
Node package + cuttlefish + inet_tls erlang distribution [JIRA: TOOLS-136]
Aug 1, 2015
I'd be nice if we can get an official solution to integrating inet_tls erlang distribution using node_package and cuttlefish out of the box.
For example, if I create a schema for cuttlefish with something like:
I believe the erlang node boots up properly, however nodetool is borked as it's unaware of the SSL settings. I do believe some folks have managed to get this working, wondering if/when those solutions will make their way into the official release.
The text was updated successfully, but these errors were encountered: