ProtoLife / daptics-api

API documentation and clients for the daptics.ai design of experiments engine
https://daptics.ai
GNU General Public License v3.0
1 stars 1 forks source link

SSLCertVerificationError #46

Closed nhpackard closed 4 months ago

nhpackard commented 4 months ago

Connection problem. Certs are valid on spin.protolife.com. Maybe not getting to the docker image?


SSLCertVerificationError Traceback (most recent call last) File ~/.pyenv/versions/3.9.18/lib/python3.9/site-packages/urllib3/connectionpool.py:467, in HTTPConnectionPool._make_request(self, conn, method, url, body, headers, retries, timeout, chunked, response_conn, preload_content, decode_content, enforce_content_length) 466 try: --> 467 self._validate_conn(conn) 468 except (SocketTimeout, BaseSSLError) as e:

...

nhpackard commented 4 months ago

Upon trying to investigate in the docker container image, I found that there was no image.
Maybe a more informative error message could get thrown in this case...