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
Sorry for not posting the failed command.. I made it work, am away from the machine (decided to post or i'll forget about it) and quite frankly i'm scared it might screw things up if i start fiddling with how to reproduce it - and i think the fix is pretty straightforward..
Let me know if you need me to post the messages
The text was updated successfully, but these errors were encountered:
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.
on the deploy function, on the cpanel script, the function
uapi DomainInfo list_domains
returns the following:
as you can see, the wildcard subdomain is between double quotes which results on the domain not being located..
That was easily fixed adding a
tr -d "\""
to the API call on line 82
Sorry for not posting the failed command.. I made it work, am away from the machine (decided to post or i'll forget about it) and quite frankly i'm scared it might screw things up if i start fiddling with how to reproduce it - and i think the fix is pretty straightforward..
Let me know if you need me to post the messages
The text was updated successfully, but these errors were encountered: