Skip to Content
Menu
This question has been flagged
2 Replies
2901 Views

2024-02-27 12:07:18,988 92288 WARNING test_db_17_1 odoo.addons.base.models.ir_actions_report: wkhtmltopdf: QSslSocket: cannot resolve CRYPTO_num_locks

QSslSocket: cannot resolve CRYPTO_set_id_callback

QSslSocket: cannot resolve CRYPTO_set_locking_callback

QSslSocket: cannot resolve sk_free

QSslSocket: cannot resolve sk_num

QSslSocket: cannot resolve sk_pop_free

QSslSocket: cannot resolve sk_value

QSslSocket: cannot resolve SSL_library_init

QSslSocket: cannot resolve SSL_load_error_strings

QSslSocket: cannot resolve SSLv3_client_method

QSslSocket: cannot resolve SSLv23_client_method

QSslSocket: cannot resolve SSLv3_server_method

QSslSocket: cannot resolve SSLv23_server_method

QSslSocket: cannot resolve X509_STORE_CTX_get_chain

QSslSocket: cannot resolve OPENSSL_add_all_algorithms_noconf

QSslSocket: cannot resolve OPENSSL_add_all_algorithms_conf

QSslSocket: cannot resolve SSLeay

QSslSocket: cannot call unresolved function CRYPTO_num_locks

QSslSocket: cannot call unresolved function CRYPTO_set_id_callback

QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback

QSslSocket: cannot call unresolved function SSL_library_init

QSslSocket: cannot call unresolved function SSLv23_client_method

QSslSocket: cannot call unresolved function sk_num

QSslSocket: cannot call unresolved function CRYPTO_num_locks

QSslSocket: cannot call unresolved function CRYPTO_set_id_callback

QSslSocket: cannot call unresolved function CRYPTO_set_locking_callback



seems like wkhtmltopdf library issue
Avatar
Discard
Author Best Answer

Followed this steps to solve an issue
wkhtmltopdf 0.12.5 for Ubuntu 20.04 on amd64:

$ wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.focal_amd64.deb

Then you can install the .deb file with apt:

$ sudo apt install ./wkhtmltox_0.12.5-1.focal_amd64.deb

Avatar
Discard
Author

There is wkhtmltox zip is available in each branch according to supported versions.
You can install directly from odoo path using following command
pip install odoo-17/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz (replace path/filename according to odoo version and available wkhtmltox file name from path)

Best Answer

Hi Vikas Jadav ,

Can you check this,

https://github.com/amra/DocumentationAsCode/issues/2

https://github.com/amra/DocumentationAsCode/issues/2#issuecomment-513966122

https://github.com/amra/DocumentationAsCode/issues/2#issuecomment-610627960

Avatar
Discard
Author

Tried everything still same warning, server is on Ubuntu 20.04.6 LTS

can you try upgrade 0.12.4 to 0.12.6 wkhtmltopdf

Author

Thanks for the help, installing wkhtmltopdf 0.12.5 solved an issue

Author

Thanks for the help, installing wkhtmltopdf 0.12.5 solved an issue

Related Posts Replies Views Activity
4
Oct 24
52823
1
Sep 23
6726
0
Sep 23
29
0
Sep 22
2599
1
May 17
5070