Ticket Details
Not support yet for https
BUG Ticket (closed)
###What happened:
I have git clone new updates this 13th March version. In client, i need to make <br />connection using HTTPS protocol. I have setup port to 443. But i think default<br /> protocol used in HTTP only.
I have add on ClientController Consumer::config(array('protocol'=>'https' .. but is not working
###What was expected:
Need add support for https because change port to 443 still in http.
use "scheme" {{{ Consumer::config(array('scheme'=>'https', 'host' => 'twitter.com')); }}}