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.
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.