In many applications you can bypass built-in verifications with some Frida [1] code. It requires more effort to do so, of course, as you'd need to find the OpenSSL methods (with a script like this [2] and bypass the verification in there.
If you're really intent on getting it to work, downloading the binary, patching out the verification function and putting it back is also possible if you're root.