0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

mailxのcertificate verify error

Last updated at Posted at 2018-03-18

smtpsで,自己署名だとmailxがエラーをはく

対策

cat ~/.mailrc
# root証明書の位置を指定
set ssl-ca-file=~/rootCA.pem
# または,証明書検証を無視する(非推奨)
set ssl-verify=ignore

日本語の記事が見つからなかったので

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?