From f4018e3943f0af4b8d775ed60e59fefa277575aa Mon Sep 17 00:00:00 2001 From: Sharl Morlaroll Date: Mon, 15 Apr 2013 16:11:31 +0900 Subject: [PATCH] add 'Troubleshooting' to README. (chrismdp++) --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index a365fff..8da1f16 100644 --- a/README +++ b/README @@ -28,3 +28,16 @@ machine boxcar.io $ BOXCAR_GROWL_ICON=http://sharl.hauN.org/puppet.png boxcar-growl sharl "This is default icon setting." Standard icon size is 57x57. + +* Troubleshooting + +If you get the following error when running the script: + + "can't verify ssl peers without knowing which certificate authorities to trust" + +Then you need to install and/or update your LWP::UserAgent and Mozilla::CA perl libraries[1]. You can do this as follows: + + $ sudo cpan + install LWP::UserAgent Mozilla::CA + +[1] See the following post for details: http://www.perlmonks.org/?node_id=892166