Skip to content

Commit

Permalink
add 'Troubleshooting' to README. (chrismdp++)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharl committed Apr 15, 2013
1 parent fed839f commit f4018e3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ machine boxcar.io
$ BOXCAR_GROWL_ICON=http:https://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:https://www.perlmonks.org/?node_id=892166

0 comments on commit f4018e3

Please sign in to comment.