OSSL_STORE_open failed: unregistered scheme

Hey!

Ive been trying to setup TrinityCore master in linux following the guide on https://trinitycore.info/, but I’m stuck on the auth server always crashing and all its giving me is

Using SSL version: OpenSSL 3.0.2 15 Mar 2022 (library: OpenSSL 3.0.2 15 Mar 2022)
Using Boost version: 1.74.0
OSSL_STORE_open failed: unregistered scheme
Failed to initialize SSL context

and i can’t seem to get around it, is there a compile flag ive overlooked, or something in the config i cant seem to find? Running on ubuntu 22.04

Ive checked a bunch of the Docker Images and the same error come up on the bntserver / authserver for at least 5 months if all ive been doing is correct, theres always the possibilty that im missing something but i cant seem to get it to work if i go to 8 months back i get this error (tag d015711fbb7a8bf57f7bb64ba8113c942d5125de)

Using configuration file /home/circleci/project/bin/check_install/etc/bnetserver.conf.
Using SSL version: OpenSSL 3.0.2 15 Mar 2022 (library: OpenSSL 3.0.2 15 Mar 2022)
Using Boost version: 1.74.0
instance().use_certificate_chain_file(certificateChainFile, err) failed: asio.ssl error
Failed to initialize SSL context

still regarding SSL but this time its something else