Hi Guys,
Today we have started to have a strange error message when trying to install SSL.
An error occurred while the panel was running!
AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
REQUEST_DATE: 2023-03-18 16:20:35
PAN_VERSION: 6.8.27
OS_VERSION: Ubuntu 18.04.6 LTS x86_64(Py3.7.8)
REMOTE_ADDR: 102.118.34.75
REQUEST_URI: POST /site?action=GetSSL
REQUEST_FORM: {'siteName': 'mail.corp-zone.com'}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36
Traceback (most recent call last):
File "class/acme_v2.py", line 34, in
import OpenSSL
File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/init.py", line 8, in
from OpenSSL import crypto, SSL
File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 3279, in
_lib.OpenSSL_add_all_algorithms()
AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 1805, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/init.py", line 1757, in run
result = getattr(toObject,get.action)(get)
File "class/panelSite.py", line 2184, in GetSSL
import acme_v2
File "class/acme_v2.py", line 37, in
import OpenSSL
File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/init.py", line 8, in
from OpenSSL import crypto, SSL
File "/www/server/panel/pyenv/lib/python3.7/site-packages/OpenSSL/crypto.py", line 3279, in
_lib.OpenSSL_add_all_algorithms()
AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'
Has someone got through this?
Any help is much appreciated.
Regards
D