Ejabberd clustering over SSL?XMPP - Openfire SSL Encryption - Where to get started?Does Openfire Support TLS Over Http-Bind? If not whats the alternativeOpenfire vs ejabberd for customer service chat evolving to full chat solutionOpenfire Cluster Hazelcast Plugin IssuesXMPP Connection time optimizationXMPPFramework - Connect via SSL on OpenfireTsung Load test - Websocket + XMPP + SSLSmackException NoResponseException on sending Xmpp message back to senderEjabberd 16.09 Muc DiscoveryEnabling PEP on ejabberd server
Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?
Why no variance term in Bayesian logistic regression?
Is it inappropriate for a student to attend their mentor's dissertation defense?
CAST throwing error when run in stored procedure but not when run as raw query
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
What is the most common color to indicate the input-field is disabled?
Why didn't Boeing produce its own regional jet?
How to show a landlord what we have in savings?
Is "remove commented out code" correct English?
Ambiguity in the definition of entropy
How seriously should I take size and weight limits of hand luggage?
Unlock My Phone! February 2018
Personal Teleportation: From Rags to Riches
In 'Revenger,' what does 'cove' come from?
How much of data wrangling is a data scientist's job?
Why can't we play rap on piano?
Apex Framework / library for consuming REST services
Can the Meissner effect explain very large floating structures?
What type of content (depth/breadth) is expected for a short presentation for Asst Professor interview in the UK?
Would Slavery Reparations be considered Bills of Attainder and hence Illegal?
Is it acceptable for a professor to tell male students to not think that they are smarter than female students?
How could indestructible materials be used in power generation?
How dangerous is XSS?
Ejabberd clustering over SSL?
XMPP - Openfire SSL Encryption - Where to get started?Does Openfire Support TLS Over Http-Bind? If not whats the alternativeOpenfire vs ejabberd for customer service chat evolving to full chat solutionOpenfire Cluster Hazelcast Plugin IssuesXMPP Connection time optimizationXMPPFramework - Connect via SSL on OpenfireTsung Load test - Websocket + XMPP + SSLSmackException NoResponseException on sending Xmpp message back to senderEjabberd 16.09 Muc DiscoveryEnabling PEP on ejabberd server
Our web and mobile application suite is used by some government agencies requiring strong security. We're providing XMPP-based chat. We used Openfire as XMPP server, but it turned out Openfire clustering (provided by Hazelcast plugin) does not allow Openfire nodes to communicate over SSL. We're not allowed to use node-to-node communications without SSL.
So, we're currently looking at Ejabberd XMPP server as a (more scalable) alternative to Openfire. But it looks like Ejabberd cluster nodes also communicate without SSL. Is it possible to set up Ejabberd cluster with nodes using SSL to talk to each other?
ssl xmpp ejabberd openfire
add a comment |
Our web and mobile application suite is used by some government agencies requiring strong security. We're providing XMPP-based chat. We used Openfire as XMPP server, but it turned out Openfire clustering (provided by Hazelcast plugin) does not allow Openfire nodes to communicate over SSL. We're not allowed to use node-to-node communications without SSL.
So, we're currently looking at Ejabberd XMPP server as a (more scalable) alternative to Openfire. But it looks like Ejabberd cluster nodes also communicate without SSL. Is it possible to set up Ejabberd cluster with nodes using SSL to talk to each other?
ssl xmpp ejabberd openfire
Did u get a solution for this in ejabberd?
– Zax
Mar 11 at 8:11
@Zax, I found this link but didn't try anything yet: erlang-solutions.com/blog/erlang-distribution-over-tls.html
– vkelman
Mar 12 at 18:33
add a comment |
Our web and mobile application suite is used by some government agencies requiring strong security. We're providing XMPP-based chat. We used Openfire as XMPP server, but it turned out Openfire clustering (provided by Hazelcast plugin) does not allow Openfire nodes to communicate over SSL. We're not allowed to use node-to-node communications without SSL.
So, we're currently looking at Ejabberd XMPP server as a (more scalable) alternative to Openfire. But it looks like Ejabberd cluster nodes also communicate without SSL. Is it possible to set up Ejabberd cluster with nodes using SSL to talk to each other?
ssl xmpp ejabberd openfire
Our web and mobile application suite is used by some government agencies requiring strong security. We're providing XMPP-based chat. We used Openfire as XMPP server, but it turned out Openfire clustering (provided by Hazelcast plugin) does not allow Openfire nodes to communicate over SSL. We're not allowed to use node-to-node communications without SSL.
So, we're currently looking at Ejabberd XMPP server as a (more scalable) alternative to Openfire. But it looks like Ejabberd cluster nodes also communicate without SSL. Is it possible to set up Ejabberd cluster with nodes using SSL to talk to each other?
ssl xmpp ejabberd openfire
ssl xmpp ejabberd openfire
asked Mar 7 at 22:18
vkelmanvkelman
3891518
3891518
Did u get a solution for this in ejabberd?
– Zax
Mar 11 at 8:11
@Zax, I found this link but didn't try anything yet: erlang-solutions.com/blog/erlang-distribution-over-tls.html
– vkelman
Mar 12 at 18:33
add a comment |
Did u get a solution for this in ejabberd?
– Zax
Mar 11 at 8:11
@Zax, I found this link but didn't try anything yet: erlang-solutions.com/blog/erlang-distribution-over-tls.html
– vkelman
Mar 12 at 18:33
Did u get a solution for this in ejabberd?
– Zax
Mar 11 at 8:11
Did u get a solution for this in ejabberd?
– Zax
Mar 11 at 8:11
@Zax, I found this link but didn't try anything yet: erlang-solutions.com/blog/erlang-distribution-over-tls.html
– vkelman
Mar 12 at 18:33
@Zax, I found this link but didn't try anything yet: erlang-solutions.com/blog/erlang-distribution-over-tls.html
– vkelman
Mar 12 at 18:33
add a comment |
1 Answer
1
active
oldest
votes
Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.
Thank you, looking at it.
– vkelman
Mar 11 at 17:07
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55053696%2fejabberd-clustering-over-ssl%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.
Thank you, looking at it.
– vkelman
Mar 11 at 17:07
add a comment |
Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.
Thank you, looking at it.
– vkelman
Mar 11 at 17:07
add a comment |
Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.
Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.
answered Mar 7 at 22:55
Artur HefczycArtur Hefczyc
90663
90663
Thank you, looking at it.
– vkelman
Mar 11 at 17:07
add a comment |
Thank you, looking at it.
– vkelman
Mar 11 at 17:07
Thank you, looking at it.
– vkelman
Mar 11 at 17:07
Thank you, looking at it.
– vkelman
Mar 11 at 17:07
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55053696%2fejabberd-clustering-over-ssl%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did u get a solution for this in ejabberd?
– Zax
Mar 11 at 8:11
@Zax, I found this link but didn't try anything yet: erlang-solutions.com/blog/erlang-distribution-over-tls.html
– vkelman
Mar 12 at 18:33