-
First of all, thank you very much for this repo!
I followed the README to generate a SSL self-signed certificate. But when I tried to varify the url base in the cursor, I encountered the following …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the Issue
Due to the company's requirements, we have untrusted "**AAA Certificate Services**" f…
-
### Describe the bug
1. Start Heroic Games Launcher
2. Play Genshin Impact
In the Window of Genshin it seems to be working but it doesn´t
### Add logs
```text
Launching "Genshin Impact" (legendar…
-
### I did this
(this issue was originally reported by **newfunction** on hackerone)
The curl doc page [SSL Ciphers](https://curl.se/docs/ssl-ciphers.html) says: "Setting TLS 1.3 cipher suites is s…
-
Issue Summary
I have a test FastAPI server that simply returns "Test OK".
python
@app.get('/api/test/') # Test
async def test():
print(f'[!] Test OK')
return Response(content="Test OK…
-
Version: Deno 2.0.2
On Windows 11, I'm running the install command using PowerShell:
`irm https://deno.land/install.ps1 | iex`
The command fails, giving this error:
```
curl: (35) schannel: …
-
### Description
**Issue Description:**
After using a custom script ([link](https://gist.github.com/jastlw/f9127a431eb035c44eefa0f9929727eb)), Windows 11 Business 24H2 (26100.23.0) no longer synchr…
-
### Problem:
s2n is deployed in environments where the clients and servers it interacts with may be running on Windows using the [schannel](https://learn.microsoft.com/en-us/windows-server/security…
-
On windows, standard TLS API is called 'schannel' (or secure channel). It can be used as always-available replacement for mbedTLS.
Also, windows has own (FIPS certified) implementation of another s…
-
I am trying to configure TLS support for my Gunicorn and Django app. Reviewing https://docs.gunicorn.org/en/stable/settings.html and configure the gunicorn.conf.py file or using the CLI for TLS cert/k…