Jonathan Hanson
Jonathan Hanson
@Jwomers I kind of figured. When your param is named "telemetry" -- even though you need that info, it just _seems_ like it's not working. That's the other thing you...
I just use my crontab to re-copy a permanent "good" backup config file back over what LE does and then restart apache... i.e. #!/bin/bash /etc/letsencrypt/certbot-auto renew cp -fp /etc/httpd/conf/httpd.conf.bak /etc/httpd/conf/httpd.conf...
This has happened to me after my primary SSH key has changed. Looking into a fix. EDIT: Fixed now. The SSH key change was a coincidence. Kind of. Actually, I...
Is this project still maintained?
> I have hit the same issue recently, and at last I found it was caused by the unmatch of request url. > For example, at flask, I claim a...
This was a major issue for us. Too many chicken&egg issues with tokens auto-expiring after 12 hours. Machines (especially ubuntu 18) in order to simply use the code artifact autologin...