FBWallPost in Movabletype

FBWallPost:Failed to get access_token.
500 Can't verify SSL peers without knowing which Certificate Authorities to trust
 Content-Type: text/plain Client-Date: Tue, 02 Jun 2015 19:20:46 GMT Client-Warning:
 Internal response Can't verify SSL peers without knowing which Certificate Authorities
 to trust This problem can be fixed by either setting the PERL_LWP_SSL_CA_FILE envirionment variable
 or by installing the Mozilla::CA module. To disable verification of SSL peers set the 
PERL_LWP_SSL_VERIFY_HOSTNAME envirionment variable to 0. 
If you do this you can't be sure that you communicate with the expected peer.

FBWallPostをためしていたら、
必須のCrypt::SSLeayとIO::Socket::SSLyumでインストールしたのだが、
上記のエラーが出てFBと連携できなかった。

どうも開発環境のオレオレ自己署名だとうまくいかないようだ。
yum でパッケージがなかったので、cpanからインストールしてうまく連携できた。

cpan> install Mozilla::CA

ナニワトモアレよかた!