-
Hello, I am not a specialist in this question, but It seemed I have a problem because Quarkus does not support [SNI](https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.…
-
For vulnerabilities like SWEET32 or LUCKY13, when using the `--wide` option, it could list the ciphers that matched.
For LUCKY it's easy to find manually like its cause by all CBC cipher in TLS but…
noraj updated
4 years ago
-
Other tools and expert sources include the AES CBC cipher combinations as weak. That includes Qualys SSL test labs (https://www.ssllabs.com/) Tenable Nessus and CIS benchmarks. However using sslsca…
rdurk updated
3 years ago
-
This issue was migrated from [Pagure Issue #2438](https://pagure.io/dogtagpki/issue/2438). Originally filed by **[cheimes](https://pagure.io/user/cheimes) (@tiran)** on *2016-08-15 15:26:23*:
- Assig…
-
Hello, i'm using Jellyfin behind Haproxy
I like to enforce strong secruity and only use TLS 1.3
I noticed that MPV shim cant connect to the server when using TLS 1.3
TLS 1.2 works fine
could…
-
OK to relax in the test? Specifically it looks like a difference in ordering of the TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 and TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 ciphers relative to AE…
-
```
"ssl": {
"verify": false,
"verify_hostname": false,
"cert": "",
"cipher": "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1…
-
I am running Google Maps 0.10.1 under Java 1.8.0_221. When I try to run the given sample code:
```
GeoApiContext context = new GeoApiContext.Builder()
.apiKey("API_KEY_HERE")
.build();
…
-
Hello,
Thanks for this excellent tool.
Here is the output i got :
Testing protocols (via sockets except TLS 1.2, SPDY+HTTP2)
SSLv2 not offered (OK)
SSLv3 not offered (OK)
TLS 1 …
-
I cannot connect to the broker from a C# app (Net framework 4.6.2 using MQTT NET nuget, windows 10)
I am using mosquitto version 2.0.10). On the broker side I have the ca.crt, server.crt and server.k…