Tested from browser https://www.example.com/ is working properly. Also other sites that i'am trying to download or sent a post i'am getting the same error message while using the browser i'am getting data.
I am using an esp8266 module.
Logs
Connected to router.
*******************************
JobName: Example
ErrorMessage: Response not available.
Status: 0
Yes sites have been tested with or without SSL non of them is getting resault. Also the exmple showing in the links referense site with ssl
HttpJob.Download("https://www.example.com").
The strange thing is that running a connection demo using arduino environment an the same access point, the connection is working fine . The problem exsts only using B4R..! I'am using the example as it is without any modifications.
I found that uncommenting line 47 of HttpJob with the log Log("trying to connect to: ", host, "port: ", port, " ssl: ", ssl) solved the issue and its working properly. Commenting back again stops working..!