Skip Menu |

This queue is for tickets about the WWW-Mediawiki-Client CPAN distribution.

Report information
The Basics
Id: 18945
Status: resolved
Priority: 0/
Queue: WWW-Mediawiki-Client

People
Owner: Nobody in particular
Requestors: mnikols [...] backcountry.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.28
Fixed in: (no value)



Subject: Client can't access secure sites (https)
We use an internal wiki that can only be accessed with https. By default, do_login subroutine attempts to connect to the site with http. It might be nice to either add a protocol getter/setter or allow host to accept the protocol as in "https://somewiki.url".
On Wed Apr 26 18:52:10 2006, guest wrote: Show quoted text
> We use an internal wiki that can only be accessed with https. By > default, do_login subroutine attempts to connect to the site with
http. Show quoted text
> It might be nice to either add a protocol getter/setter or allow
host Show quoted text
> to accept the protocol as in "https://somewiki.url".
I'll have a look. -mark
I've added this functionality in 0.29. The file currently in CPAN gives a test error though because I forgot to delete a test config file. The correct version should be up in a few hours. -mark