-
Recently, I attempted to transmit an HTTPS request using the Pico W. I cloned the example „tls_client“ and attempted to build it. This process was successful, but upon running the request on the Pico …
-
I'm new to this library and wanted to get started with using it as a client. I used the `tls_client.rs` example and had to realize that it doesn't work anymore, mostly because of breaking changes in r…
xelra updated
6 hours ago
-
### Go version
go1.23.2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
n/a
```
### What did you do?
Deploy mox, a mail server, and successfully get incoming email message …
-
As an integrator I want to be able to perform Mutual-TLS client authentication as specified in [RFC8705, section 2](https://www.rfc-editor.org/rfc/rfc8705.html). This issue excludes "Certificate-Bound…
-
Based on research into tools like Xray, the Go crypto/TLS ClientHello fingerprint is highly unique, making it easier for traffic analysis systems to detect and block.
To improve stealth in darkflar…
-
I have started to get a panic in caddy w/L4 from part of a config for an XMPP server that matches for alpn: xmpp-client.
It was working previously, but I updated caddy and now it seems to have broken…
-
*Description*:
Is it possible to request a client certificate during the (mutual) TLS handshake that:
- If no certificate is presented, the requests is forwarded to the upstream services
- If g…
-
Hello, so i already have an tls client session oben, i would like to use this session in my requests but if that wo't be added for some reason, then just add a slver function with tls_client libary. t…
-
### Go version
go1.23.2 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/fishy/.cache/go-build'
GOENV='/home/fi…
fishy updated
2 weeks ago
-
hey,
i am experiencing some issues with the kafka client connection with centrifugo, while configuring it via
image.
The kafka itself if secured with SSL (there are self signed certificates tha…