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. 
on 03.15.10 reported by: yoodey owned by: gwoo

Updates

on 03.15.10 by yoodey
  • owner was changed to gwoo
on 03.15.10 by yoodey
  • description was changed
on 03.15.10 by gwoo
use "scheme"
{{{
Consumer::config(array('scheme'=>'https', 'host' => 'twitter.com'));
}}}
(works-for-me) on 03.15.10 by gwoo
  • status was changed to closed
  • resolution was changed to works-for-me