I’m running aaPanel on an Ubuntu 20 instance. The panel and bt_ddns service keep failing to start. When I run bt 22 to check logs, I see the following error trace:
Traceback (most recent call last):
File "/www/server/panel/BT-Panel", line 45, in <module>
File "/www/server/panel/BTPanel/init.py", line 83, in <module>
app.secret_key = public.md5(
File "/www/server/panel/class/public/common.py", line 283, in md5
return Md5(strings)
File "/www/server/panel/class/public/common.py", line 277, in Md5
m = hashlib.md5()
ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
Python: aaPanel’s bundled /www/server/panel/pyenv/bin/python3.12
aaPanel version: 7.0.24
I tried running the aaPanel repair script (aapanel_check.sh), but the panel still won’t start.
