Skip to content

Support for exotic SSL/TLS setups

Latest
Compare
Choose a tag to compare
@marcsello marcsello released this 10 Mar 23:16
· 4 commits to master since this release
918533c

This is another small release which aims to bring solution to self-signed certs, mTLS, broken-cert (only for testing of course) and other exotic SSL/TLS setups. As well with some minor fixes in the documentation of this library.

The changelog for this release is the following:

  • Added cert and verify options to the OpenVidu object constructor.
  • Various fixes in the documentation
  • Included Python 3.10 in the test suite