Running fails with ca_certs files not found
Sorry for asking help for this issue.
python3-certifi - Python package for providing Mozilla's CA Bundle is installed on my system, so I am puzzled to see this error message:
./ctSESAM.py
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/requests/packages/urllib3/util/ssl_.py", line 267, in ssl_wrap_socket
context.load_verify_locations(ca_certs)
FileNotFoundError: [Errno 2] No such file or directory
The application uses certificate pinning. You have to place the certificate to your syncserver in .pem format in the root directory. You also need to adjust ctSESAM.py line 11 to match your server.
I am planning to add a settings file for this. I will probably add it on monday.
@pinae By the way, please can you add some more tiny bits of information to the readme (what kind of syncserver, what is the intended use, differences to the simple version ctSESAM.py). I will (try to) be patient ;-)