Marcus Bointon
Marcus Bointon
This is something of an edge case, but it's reasonably important if encoded strings are embedded in URLs - incomplete data is better than trashed data. If I encode a...
The bot closed earlier reports of this ([certbot-auto no longer exists](https://github.com/geerlingguy/ansible-role-certbot/blob/fdba1c435251341af7fbdfc44b276daafdea632f/tasks/install-from-source.yml#L12)), but it's still broken. It was reported in #167 and a PR submitted in #168, but both have been...
Add MySQL's key and repo and use it to install mysql-client in place of mariadb-client, should fix #117. I have no idea how to test this, but I've tested the...
I can see that you're using the official PHP 8.0 images, but I'm running into problems with this being outdated. It appears to install PHP 8.0.1, which means that it...
The image uses [`mariadb-client` instead of `mysql-client`](https://github.com/edbizarro/gitlab-ci-pipeline-php/blob/46f0ffa0631ccf161ee64c9f0929587f792255e6/php/scripts/packages.sh#L31). This means that anything trying to connect to MySQL 8.0 server will fail by default because the mariaDB client does not include support...
This is just to help others that try to do this and have run into issues with [certbot snap installation](#22). I was trying to come up with a clean install...
Further to #8, I'm very confused as to how to create valid OCSP certificate chains for dual stack (ECC + RSA) certificates. This comes up in things like nginx, where...
So many questions on SO and issues raised in here are addressed by [the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting), but many seem unable to heed its advice. I propose creating a utility function...
Unit test code coverage is currently around 70%, and could do with being improved. One major aspect of testing is not covered at all - while we're happily generating emails,...
By far the most common problem with PHPMailer is those running into issues with TLS, particularly the problem caused by gmail updating its certs to one signed with a relatively...