[GH-ISSUE #1] Transparent mode #2

Open
opened 2026-02-25 20:30:33 +03:00 by kerem · 0 comments
Owner

Originally created by @LM1LC3N7 on GitHub (Apr 13, 2018).
Original GitHub issue: https://github.com/amondit/sslh/issues/1

Did you succeed in enable transparent mode using SSLH on docker?

When I add "--transparent", I get an error:

curl -v https://ssl.exemple.com
* Rebuilt URL to: https://ssl.exemple.com/
*   Trying 127.0.0.1...
* Connected to ssl.exemple.com (127.0.0.1) port 443 (#0)
* found 148 certificates in /etc/ssl/certs/ca-certificates.crt
* found 597 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* gnutls_handshake() failed: The TLS connection was non-properly terminated.
* Closing connection 0
curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated.

And sslh doesn't print any log about this request.

But the same request without the transparent option is working.

Originally created by @LM1LC3N7 on GitHub (Apr 13, 2018). Original GitHub issue: https://github.com/amondit/sslh/issues/1 Did you succeed in enable transparent mode using SSLH on docker? When I add "--transparent", I get an error: ```bash curl -v https://ssl.exemple.com * Rebuilt URL to: https://ssl.exemple.com/ * Trying 127.0.0.1... * Connected to ssl.exemple.com (127.0.0.1) port 443 (#0) * found 148 certificates in /etc/ssl/certs/ca-certificates.crt * found 597 certificates in /etc/ssl/certs * ALPN, offering http/1.1 * gnutls_handshake() failed: The TLS connection was non-properly terminated. * Closing connection 0 curl: (35) gnutls_handshake() failed: The TLS connection was non-properly terminated. ``` And sslh doesn't print any log about this request. But the same request without the transparent option is working.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sslh#2
No description provided.