sslh | share SSH | Proxy library
kandi X-RAY | sslh Summary
kandi X-RAY | sslh Summary
sslh accepts connections on specified ports, and forwards them further based on tests performed on the first data packet sent by the remote client. Probes for HTTP, TLS/SSL (including SNI and ALPN), SSH, OpenVPN, tinc, XMPP, SOCKS5, are implemented, and any other protocol that can be tested using a regular expression, can be recognised. A typical use case is to allow serving several services on port 443 (e.g. to connect to SSH from inside a corporate firewall, which almost never block port 443) while still serving HTTPS on that port. Hence sslh acts as a protocol demultiplexer, or a switchboard. With the SNI and ALPN probe, it makes a good front-end to a virtual host farm hosted behind a single IP address. sslh has the bells and whistles expected from a mature daemon: privilege and capabilities dropping, inetd support, systemd support, transparent proxying, chroot, logging, IPv4 and IPv6, TCP and UDP, a fork-based and a select-based model, and more.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of sslh
sslh Key Features
sslh Examples and Code Snippets
Community Discussions
Trending Discussions on sslh
QUESTION
I am attempting to register a new user on a eJabberd server and I'm getting the "Access denied by service policy" error.
The call is made from a .Net C# software using the Jabber-Net library and running on the server pc.
The server platform is: Windows Server 2012 R2 (64bit). The server version is: eJabberd 17.11 The Erlang version is: Erlang OTV 20 (9.2)
The method used to send the request is according to: XEP-0077: In-Band Registration.
Step 1.0 - Retrieving Registration Fields:
...ANSWER
Answered 2018-Jun-15 at 10:16First of all, in the 5222 listener, this option has a typo:
QUESTION
Here is the scenario I am working on.
I have sslh listening on 443 which redirects https traffic to 445 and TURN traffic to 3478. I also have 6 TURN servers listening on 3478 to 3483. I wish to load balance the incoming TURN traffic across all these ports. I tried load balancing through the PREROUTING chain of the nat table but it didnt work since sslh is a local process and packets generated form it skips the PREROUTING table. I can see these packets coming from sslh in the OUTPUT chain of the nat table but I am unable to redirect them to another port.
Here is the rule i am using.
iptables -t nat -A OUTPUT -p tcp -o lo --dport 3478 -j REDIRECT --to-ports 3479
which is not working. Any help is highly appreciated!
...ANSWER
Answered 2018-Sep-12 at 11:10Try to use loadbalance in coturn. So option:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sslh
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page