Elfranne
Elfranne
I ended up using apt-cacher-ng for caching packages and using aptly for hosting homebrewed packages. Or you could use Nexus as it support caching and hosting.
Issue has been fixed in https://github.com/elastic/elasticsearch/pull/31285 and https://github.com/elastic/elasticsearch/pull/31512 Please close
This only applies on newly created puppetdb. If you don t care about the data in the db you can: ```puppet sudo service puppetdb stop sudo -i -u postgres psql...
A healthy status would be useful, with your example `https://router1.keeepalived.org:4433/vrrp/instances` : ```json [ { "healthy": true, "reason": "" }, [ { "instance": "VI_1", "state": "Master", "interface": "vrrp.253@eth0", "priority": 200, "number...
@pqarmitage , If the backup instance is offline for example. And for the real_servers, if the backend do no responds anymore healthy would be set to false (could be set...
#2438 has been tagged for https://github.com/grafana/k6/milestone/27 (v0.40), the upcomming release.
Thanks for the update and sorry for the confusion it might created.
This does not work with TLS 1.3. Previous to TLS 1.3 uses [SSL_CTX_set_cipher_list](https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_cipher_list.html) but 1.3 uses [SSL_CTX_set_ciphersuites](https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html). So my idea is now to detect the TLS protocol using [SSL_CIPHER_get_protocol_id](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_protocol_id.html) but...
Limit has been raised to 20 on my fork : https://github.com/elfranne/ns-letsencrypt And see PR #13 Can't really see why there should be even a limit ?
Thanks @TheGeisMan , I have updated my PR to fix both our issues.