Bare Metal Cloud - Python SDK SSL/TLS exception

217 views Asked by At

When trying to use the BMCS Python SDK, I get an SSL/TLS exception. Why?

Exception: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)>

1

There are 1 answers

0
Joe On BEST ANSWER

Bare Metal Cloud Services requires TLS 1.2 connections. Your version of OpenSSL is probably too old and does not support TLS 1.2. Please upgrade your version of OpenSSL and try again.