You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm, that without that PR modification the script was failing, using its corrections is working.
Also on line 99 the return should be changed to exit, as that is an exit code and return can be used only from a function.
I was also getting this error:
/root/certbot-he-hook.sh: line 99: return: can only `return' from a function or sourced script
Script is failing with
No zone for domain "" found.
Checking the script we get that the cookie format changes, we do not have anymore the CGISESSID cookie, but instead a random id:
The text was updated successfully, but these errors were encountered: