I received error from blobconverter api
blobconverter.from_zoo(
"face_detection_yunet_160x120", shaves=6, zoo_type="depthai", use_cache=True
)

Conversion failed due to HTTPSConnectionPool(host='blobconverter.luxonis.com', port=443): Max retries exceeded with url: /compile?version=2022.1&no_cache=False (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)')))
Trying to find backup... (model="face_detection_yunet_160x120", shaves="6", version="2022.1")
Unable to fetch model from backup server due to: 404 Client Error: 404 for url: https://artifacts.luxonis.com/artifactory/blobconverter-backup/blobs/face_detection_yunet_160x120_openvino_2022.1_6shave.blob

blobconverter version < 1.2.2 can download model because SSL certificates are introducedfrom v1.2.2

I got error also from visiting https://blobconverter.luxonis.com/

SEC_ERROR_EXPIRED_CERTIFICATE

And it's certificate seems to be expired at Sep 15.
Please update it.