Rick,
I will add an additional (and optional) param
[ protocol => 'https' ]
at the constructor/new() and login() method.
The default value of protocol will be "http"
to ensure reverse compatibility.
Meanwhile you could replace the "http://" string
by "https://" within MediaWiki.pm.
Have fun.
--reto
Show quoted text> Mon Aug 14 02:43:54 2006: Request 20977 was acted upon.
> Transaction: Ticket created by RICKM
> Queue: CMS-MediaWiki
> Subject: No way to specify SSL hosts
> Broken in: (no value)
> Severity: Important
> Owner: Nobody
> Requestors: RICKM@cpan.org
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=20977 >
>
>
> As the module requires a 'host' and 'path' for the wiki rather than a
> 'URL' it is not possible to specify SSL (https) hosts. I'd prefer to see
> a URL parameter.