Closed toddgrotenhuis closed 11 years ago
Wow! That's a new one! Try:
cpanm Mozilla::CA
to install the certificates? I have no idea why my machine doesn't need this (maybe it's able to find system certs?)
Success!
Thank you so much for reporting this! The next release will make sure it includes the CA Certs as part of the dependency chain!
Looks like ti may be system-specific. I've installed three places, now, and only the OSX install had this issue (other two locations were an ubuntu desktop and an ubuntu server VPS).
I've had one OSX user say things are painfully slow with the default configuration. If that happens for you, please let me know (as it means it can be reproduced across machines), but rejoice that there's a workaround by disabling keep-alive connections (GH #25).
When trying to execute tasks:
"Error GETing https://habitrpg.com/api/v1/user/tasks?type=todo: Can't verify SSL peers without knowning which Certificate Authorities to trust at /Library/Perl/5.12/WebService/HabitRPG.pm line 177"
which is this section:
Internal use only code beyond this point
method _get_tasks($url) { my $results = $self->_get_request($url);
}