Hello!
Is it possible to send HTTPS requests with Tizen's HTTP API? I didn't see anywhere it explicitly says that only HTTP requests are available and there's hint of SSL with "HTTP_ERROR_SSL_CONNECT_ERROR.", yet I couldn't complete any of the HTTPS requests I've tried.
Do I need to use libcurl for HTTPS requests or is there way to to use HTTP API for HTTPS requests?