Skip to content

Release v1.2.2 - HTTPS communication

Compare
Choose a tag to compare
@VanDavv VanDavv released this 11 Oct 10:33
· 117 commits to master since this release

With this release, blobconverter got some changes in the underlying infrastructure:

  • It got separated into a dedicated VPS (different underlying IP)
  • New pair of SSL certificates are now in use (from LetsEncrypt)
  • We changed the underlying webserver, moving the responsibility of handling the traffic directly into a container, not through nginx (which caused troubles with proxy_pass mechanism)

HTTPS communication is now enforced and blobconverter will not accept unsecured connections, and this release changes the default URL to point to https:// instead of http://

For the previous versions of blobconverter to work, please type the following code before you call any conversion methods

import blobconverter

blobconverter.set_defaults(url="https://blobconverter.luxonis.com")