-
We are using SSL, but we don't check the certs. So people could impersonate the server.
-
-
Between 4.8-1 and 4.9-0, we backported zulip/zulip#20512 and started unconditionally installing `certbot`, resulting in `/etc/letsencrypt` existing in the base image, so [this symlink](https://github.…
-
After adding the following to .env,
```
CHAINLIT_SSL_CERT="-----BEGIN CERTIFICATE-----
***
-----END CERTIFICATE-----"
CHAINLIT_SSL_KEY="-----BEGIN RSA PRIVATE KEY-----
***
-----END RSA PRIVATE …
-
sysint@sjfw4-ubuntu-3:~/demo-server/libacvp$ **./app/acvp_app --verbose --aes**
This is falling under openssl version < 3.0Using the following parameters:
ACV_SERVER: demo.acvts.nist.gov…
-
Hi, I'm trying to establish SSTP session via OPEN SSL client without clients certificates, using login/password.
As SSTP server I use mikrotik (ROS 7.15.1) with installed LetsEncrypt certificate.
…
-
## Error
```
Error:
0: Install failure
1: Error executing action
2: Action `configure_nix` errored
3: Action `setup_default_profile` errored
4: Failed to execute command with st…
-
Hello,
I have successfully set up a Memcached server with TLS enabled. The server is running with the following configuration:
Memcached is running with the `-Z` flag to enable TLS and using the f…
-
Hello.
I think, it will be possible to add HTTPS support.
Yes, for production is better to use NGINX proxy or whatever else, but for testing purposes with self signed certificates,
should be als…
-
[Mariadb connector c release notes for 3.4.0](https://mariadb.com/kb/en/mariadb-connector-c-3-4-0-release-notes/) mention `enable MYSQL_OPT_SSL_VERIFY_SERVER_CERT by default`.
Using mysql2 with tha…