when running sudo venv/bin/python3 main.py install mitm --ca-cert mycert.pem
it gives the error as follows :-
ERROR: Could not open file or uri for loading certificate from mycert.pem
40871C3DB27A0000:error:16000069:STORE routines:ossl_store_get0_loader_int:unregistered scheme:../crypto/store/store_register.c:237:scheme=file
40871C3DB27A0000:error:80000002:system library:file_open:No such file or directory:../providers/implementations/storemgmt/file_store.c:267:calling stat(mycert.pem)
Unable to load certificate
when running sudo venv/bin/python3 main.py install mitm --ca-cert mycert.pem
it gives the error as follows :-
ERROR: Could not open file or uri for loading certificate from mycert.pem
40871C3DB27A0000:error:16000069:STORE routines:ossl_store_get0_loader_int:unregistered scheme:../crypto/store/store_register.c:237:scheme=file
40871C3DB27A0000:error:80000002:system library:file_open:No such file or directory:../providers/implementations/storemgmt/file_store.c:267:calling stat(mycert.pem)
Unable to load certificate