-
I'm facing the following issue using your library a part of [aioshelly](https://github.com/home-assistant-libs/aioshelly) library.
```
2020-09-11 12:58:15 ERROR (MainThread) [homeassistant] Error …
-
From time to time, I see also this error in HA log:
```
2020-09-11 13:33:44 ERROR (MainThread) [coap.blockwise-requester] Exception in BlockwiseRequest runner neither went to response nor to obser…
-
Hello,
let's say I want to modify the supported ciphersuites list, remove some of them or reorder them, in `ServerConfig`: https://docs.rs/rustls/0.13.0/rustls/struct.ServerConfig.html#structfield.ci…
-
The DTLS handshake is failing due to the Bouncy Castle DTLS stack used by sipsorcery requiring the renegotiation extension.
Have added a note in the [pion DTLS PR](https://github.com/pion/dtls/pull…
-
I've only been able to produce the failure when building a binary. Libraries build just fine. _Using_ a library in a binary is when the problem appears. The key message from the failure appears to be …
-
I got the following panic when running `TestWork/work_submit_with_incorrect_tlsclient_CN`:
```
panic: send on closed channel
goroutine 50 [running]:
github.com/project-receptor/receptor/pkg/ne…
-
As I was reviewing https://github.com/project-receptor/receptor/pull/71, it occurred to me that we'll need a way to provide a kubeconfig / pod name at runtime.
Spoke with @ghjm about this briefly t…
-
I'm trying to use `tlsclient` to negotiate a HTTP/2 connection via the `--proto` command line option for ALPN. I can't get this to work on any capable site:
`./tlsclient --cache tlsclient_cache --v…
-
I have used below one but it failed to execute
08:02:25 [main] ERROR: TlsClient - Encountered an uncaught Exception aborting. See debug for more info.
java.lang.ClassCastException: java.lang.Integ…
-
Hello,
I am trying to write a COAP proxy.
Client is sending a COAP GET to proxy, proxy forwards the request to server.
Server answers to request and proxy forwards response to client.
I have a…