Closed msnv closed 4 years ago
The https protocol is not supported in cHttpDownload
class because current cTlsClient
supports only synchronous calls while the cHttpDownload
class implements upload and download operations asychronously.
When someone sends a Pull Request w/ asychronous TLS client class, then cHttpDownload
class can be easily based on it for both http and https support.
FYI, latest version of cHttpDownload
is re-based on the new cTlsSocket
class and officially supports https encrypted downloads and uploads.
Thanks
Hi, Why HTTPs protocol is not supported in download class? best reguard