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













1















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?










share|improve this question






















  • 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















1















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?










share|improve this question






















  • 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













1












1








1








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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












1 Answer
1






active

oldest

votes


















1














Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.






share|improve this answer























  • Thank you, looking at it.

    – vkelman
    Mar 11 at 17:07











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
);



);













draft saved

draft discarded


















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









1














Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.






share|improve this answer























  • Thank you, looking at it.

    – vkelman
    Mar 11 at 17:07















1














Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.






share|improve this answer























  • Thank you, looking at it.

    – vkelman
    Mar 11 at 17:07













1












1








1







Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.






share|improve this answer













Have you tried Tigase? It is also Java based XMPP Server, offers clustering with SSL communication between cluster nodes.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 7 at 22:55









Artur HefczycArtur Hefczyc

90663




90663












  • 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





Thank you, looking at it.

– vkelman
Mar 11 at 17:07



















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

Алба-Юлія

Захаров Федір Захарович