-
org.apache.kafka.connect.errors.ConnectException: Exiting WorkerSinkTask due to unrecoverable exception.
at org.apache.kafka.connect.runtime.WorkerSinkTask.deliverMessages(WorkerSinkTask.java:609)
…
-
### Description:
I am attempting to perform a TLS handshake using a PSK cipher (TLS_PSK_WITH_AES_256_CBC_SHA), and I’m encountering issues where the OpenSSL server sends a "Decode Error" alert at the…
-
sslscan lists all failed and rejected ciphers regardless of --no-failed
Repro:
```
$ sslscan --no-failed github.com
Loaded 'test' successfully
Loaded 'legacy' successfully
Loaded 'legacy_xml' succ…
-
I have changed code and it's working fine, TLS issue.
public T GetConfig(string url)
{
using (WebClient webClient = new WebClient())
{
ServicePointManager.SecurityProtocol = SecurityPr…
-
With the upcoming depreciation of TLS 1.0 and 1.1 on 31st October, do we expect any of the core Umbraco packages to be affected, I'm thinking around the file providers for Blob on V7 and V8?
-
程序集版本:2.0.0-beta.24
客户端每次重连的时候就会报如下错误
info: SuperSocketService[0]
The listener [Ip=any, Port=8080, Security=Tls12, Path=, BackLog=0, NoDelay=False] has been started.
info: Microsoft.Host…
-
It appears that two authentication-only cipher suites have been defined for TLSv1.3 (see https://mailarchive.ietf.org/arch/msg/tls/0oy4wY4xiB1tASCBDWczh2xTVMM).
In looking at the[ TLS Cipher Suites…
-
## Title: ThreadedServerWorkflowExecutor with DTLS 1.2
### Description:
I am trying to use the `ThreadedServerWorkflowExecutor `feature, but I'm encountering some issues when attempting to use it wi…
-
Hi.
I have correctly running a running a fleck websocket using Tls12:
```
server = new Fleck.WebSocketServer("wss://0.0.0.0:" + _wsPort.ToString());
X509Certificate2 certificate = new X509Cert…
-
### What happened?
We would like to use MeshExternalService to access a server using HTTPS and supporting TLS 1.3 only.
The MES is declared this way :
```yaml
apiVersion: kuma.io/v1alpha1
kin…