I’ll push a change later today but it seems that your system does not support SSL which is really going to be an issue more and more these days
I think it's possible that you reach your code without ever having "use"d or "require"d S::P::Protocols:HTTPS. It would only be initialized if something was trying to play https before. The fix should be as simple as adding a use or require statement for this module in the plugin code.
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
