Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: mock-insights: switch away from ssl.wrap_socket()
ssl.wrap_socket() is long deprecated, and dropped in Python 3.12. Switch to use an SSLContext for client authentication. Load also the system CA store, as it contains the Candlepin CA: this way, the CERT-based authentication (using the consumer certificate generated by Candlepin) can be validated.
- Loading branch information