Leron Gray

Results 54 comments of Leron Gray

I think this issue comes from the gRPC library, which doesn't expose the ability to select or force TLS 1.2 or 1.3. I'll look into this more.

```python import ssl print(ssl.OPENSSL_VERSION) print(ssl.HAS_TLSv1_3) ``` @a3sroot This should return true, but it does not with LibreSSL 2.8.3. Looks like TLS1.3 might have been added with LibreSSL 3.4.0. You can...

@tabinfl Does your connection work outside of pytest? Can you provide minimal code?

I spun up a fresh 22.04 VM with Python 3.10/OpenSSL 3.0.2 and was able to successfully run the tests against a local and remote sliver server. Same on Windows and...

I'm kind of at a loss as to why the older VMs might default to 1.2 but good to hear you found at least one working case. What's even more...

> Have confirmed that the only difference between working & not is whether the sliver server is running on an old or “clean” VM. Since sliver server/client are both using...

@666Danger-sudo Since communications with Sliver is over gRPC via protobuf, everything is eventually going to be some wrapper function. Fortunately, the code generation for the gRPC functions has gotten a...

Hi, Just want to make a note on this for future Windows users. The reason for the error is that `:` is not a valid character in Windows filenames. So...

> Cache entry deserialization failed, entry ignored That looks like a `pip` issue. You might need to upgrade your pip version and/or [clear your pip cache](https://pip.pypa.io/en/stable/cli/pip_cache/)

Hi, I recently caught on to the Notepad tab hype and this plugin seems premature, IMO. It appears that Notepad tab files are a single format with three states: -...