-
### Summary
I set up a webserver with `mbedTLS` v3.4.0 and [`CivetWeb`](https://github.com/civetweb/civetweb) v1.16. However, I see that Chrome rejects connection with `ERR_SSL_VERSION_OR_CIPHER_MI…
-
--cookies-from-browser firefox https://toyhou.se/USERNAME/art
[cookies][info] Extracted 2505 cookies from Firefox
[toyhouse][warning] Cloudflare challenge
[toyhouse][error] HttpError: '403 Forbidde…
-
### Describe your question
I upgraded to `4.3.6.1152` coming from `4.2.1.781`
### Which project is your question related to?
I was using this code to **attach client certificates** for MQTT clien…
-
Null Pointer Exception after the invalid curve probe
```
┌──(kali㉿kali)-[~/Documents/Tools/TLS-Scanner]
└─$ sudo docker run -t tlsscanner -connect www.m10x.de:443 -outputFile result.json
[sudo] …
-
Server: Node + ws (npm)
Client: Unity3D (4.6) + websocket-sharp
Usually the connection is good. But sometimes (5-10%) you receive this message.
(An error has occurred during a TLS handshake. )
When r…
-
### Site
m.tv.sms.cz
### Description
```sh
npm run grab -- --site=m.tv.sms.cz
> grab
> npx tsx scripts/commands/epg/grab.ts --site=m.tv.sms.cz
staring...
config:
output: guide.xml
ma…
-
问题出现步骤:
1、GmSSL编译成功后,通过命令起了一个监听8185端口的服务端
./gmssl tls12_server -port 8185 -cert signcert.pem -key signkey.pem -pass ******
2、通过360安全浏览器访问8185端口,访问失败
3、截包发现,360安全浏览器client hello中的国密套件:
TLS_ci…
-
### Go version
go version go1.23 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/clide/Library/Caches/go-build'
GOE…
-
Some API's still use old protocols that refuse to work by default in .NET, please add:
```
ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3 | SecurityProtocolType.Tls | SecurityProto…
-
Hi, While testing Tls implementation of iec-104 server, it is observed that the server is selecting TLS 1.0 even when the client supports higher versions. Upon inspecting the code it is found that in …