View Single Post
Old 11-24-2023, 03:23 PM   #9
jakubsafar
Leaf in the wind
jakubsafar began at the beginning.
 
jakubsafar's Avatar
 
Posts: 4
Karma: 10
Join Date: Jun 2016
Location: Telc, Czech republic
Device: PocketBook 622
Quote:
Originally Posted by kovidgoyal View Post
Yup the issue is this one:
https://projects.blender.org/blender.../issues/114452

And the workaround is to set

OPENSSL_CONF=/dev/null
Thank you, works like charm.

Code:
#!/bin/bash

OPENSSL_CONF=/dev/null 
export OPENSSL_CONF
echo "The OPENSSL_CONF variable is now set to" $OPENSSL_CONF "."

/usr/bin/calibre

unset OPENSSL_CONF
echo "The OPENSSL_CONF is now unset."
jakubsafar is offline   Reply With Quote