OttoHollmann
OttoHollmann
From OpenSSL 3.1.0 protocols SSL 3, TLS 1.0, TLS 1.1, and DTLS 1.0 only work at security level 0. https://www.openssl.org/news/openssl-3.1-notes.html Therefore, change protocol used in tests from TLSv1 to TLSv1.2.
During our audit of OpenSSL we found that `openssl s_client` correctly identify revoked certificate in OCSP response (print information about certificate status - e.g. revoked) but it doesn't terminate connection....
Current setting in cookbook templates exclude only SSLv2 and SSLv3. `SSLProtocol all -SSLv2 -SSLv3` but in these days TLSv1.0 protocol is already deprecated, so it will be nice to have...
Hi there, I’d like to know if kerberos-agent can be configured to use ONVIF motion events to trigger recordings. I've successfully set up ONVIF in Kerberos, but recordings are not...
As discussed in #173 current agent doesn't support onvif motion detection. This PR adds a function that creates an ONVIF subscription and listens for new ONVIF events. If a message...
This PR fixes a configuration issue in the [docker-compose-postgres.yml](https://github.com/joshuabach/gnucash-web/blob/main/docker-compose-postgres.yml) example, where the `DB_DRIVER` was set to `postgres`. The SQLAlchemy library expects the driver to be specified as `postgresql`, not `postgres`....