Adds support for reading media from https sources.
Currently the nabu component relies on the http_request component to specify whether to accept secure connections or not. This should be aligned before merging upstream. It would probably be best to actually use the http_request component to handle the actual reading.
Adds support for reading media from https sources.
Currently the
nabu
component relies on thehttp_request
component to specify whether to accept secure connections or not. This should be aligned before merging upstream. It would probably be best to actually use thehttp_request
component to handle the actual reading.