wget 1.10はリモートホストの証明書を確証します

20050610:

AFFECTS
users of ftp/wget built with SSL (default)
AUTHOR
sf@FreeBSD.org

wget 1.10 now authenticates certificate of remote host before making a SSL connection. To make it work, you should have working CA root certificates list in /etc/ssl/cert.pem.
wget 1.10はSSL接続を行なう前にリモートホストの証明書を確証します。それを動かすために、/etc/ssl/cert.pemに作動するCAルート証明書リストを持つ必要があります。
If you don't have it there are options:
もしそれをもっていない場合、次の選択があります。
a) install security/ca-roots port and you have done.
a) security/ca-roots portsをインストールしてください。それでいけます。
b) install ftp/curl port and symlink it to /etc/ssl/cert.pem.
b) ftp/curl portsをインストールし、/etc/ssl/cert.pemとしてそのシンポリックリンクを作成します。

ln -s /usr/local/share/curl/curl-ca-bundle.crt /etc/ssl/cert.pem

c) put your favorite one into certain place.
指定した場所に好きなものを入れてください。
$FreeBSD: ports/UPDATING,v 1.199 2005/06/10 21:44:46 sf Exp $
$FreeBSD: ports/UPDATING,v 1.280 2006/01/27 13:05:32 danfe Exp $