ctSESAM-python-memorizing icon indicating copy to clipboard operation
ctSESAM-python-memorizing copied to clipboard

Running fails with ca_certs files not found

Open Wikinaut opened this issue 10 years ago • 2 comments

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

Wikinaut avatar Aug 21 '15 09:08 Wikinaut

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 avatar Aug 21 '15 16:08 pinae

@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 ;-)

Wikinaut avatar Aug 21 '15 20:08 Wikinaut