[sslh] SSLH for XMPP related services

moparisthebest admin at moparisthebest.com
Thu Nov 2 16:45:34 UTC 2017


Hi,

Interesting project. sslh 1.18+ already has everything you need for this
built-in, you can get a fairly good idea from here:

https://wiki.debian.org/InstallingProsody#XMPP_over_HTTPS

Basically multiplex xep-368 TLS to XMPP TLS port with ALPN, you can
multiplex startls xmpp with the built-in xmpp probe, you can multiplex
https with 'alpn_protocols: [ "h2", "http/1.1" ];' and/or SNI, and pick
a default (I default to https, you could default to xmpps).

Thanks,
moparisthebest

On 11/02/2017 12:12 PM, Nk wrote:
> Hi all
> 
> First off thanks so much for this amazing piece of software.
> 
> I’m currently using the XMPP function for an XMPP server automation
> project called aenigma [https://github.com/openspace42/aenigma].
> 
> I know anything can be probed using a regex, but I’d like to know if
> anyone has already had experience with feeding XMPP HTTP uploads and
> other services running on ports other than 5222 to SSLH.
> 
> Either way, do I need to recompile it to add a probe?
> 
> What’s the best way to do this?
> 
> And lastly, is there a way to automatically select “standalone” during
> installation in a non-interactive fashion?
> 
> Thanks so much!
> 
> 
> Nk
> 
> 
> 
> _______________________________________________
> sslh mailing list
> sslh at rutschle.net
> http://rutschle.net/cgi-bin/mailman/listinfo/sslh
> 



More information about the sslh mailing list