play-co / hookbox

HookBox is a Comet server and message queue that tightly integrates with your existing web application via web hooks and a REST interface.
http://hookbox.org
MIT License
284 stars 23 forks source link

Support call back hosts that use HTTPS. #69

Closed slmnhq closed 14 years ago

slmnhq commented 14 years ago

Hookbox cannot issue call backs to a secure (HTTPS) web server. The HookboxServer object assumes that the 'cbhost' option value must always be prefixed with 'HTTP'. It should be possible to specify the transport protocol used by the call back server and use the HTTPConnection or HTTPSConnection instance respectively.

slmnhq commented 14 years ago

Committed.