AAPANEL 7.0.20
Debian 12
I can't renew ssl certificate of multiple websites on differents virtual machines and all with the same errors.
I deactivated SSL and tried to create new once but it dosen't work
When i go with file verification i get this and the same with DNS verification:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2702, in publicObject
return run_exec().run(toObject, defs, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/BTPanel/__init__.py", line 2648, in run
result = getattr(toObject, get.action)(get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class_v2/ssl_domainModelV2/api.py", line 849, in apply_new_ssl
return public.fail_v2(public.lang(apply_res.get("msg", "Apply Failed!")))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 9073, in lang
return lang_obj.getLang(content, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/lang.py", line 58, in getLang
hash = public.md5(content)
^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 284, in md5
return Md5(strings)
^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 276, in Md5
strings = strings.encode()
^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'encode'