Top過去ログ目次掲示板

作成日:2009年08月11日 作成:おやじ
掲示板で過去に質問された内容です。

No.8026 SSL_accept error from〜について


No.8026 投稿時間:2009年08月11日(Tue) 23:13 投稿者名:廣瀬若葉 URL:
タイトル:SSL_accept error from〜について

広瀬です。

メールサーバーのログに以下のようなエラーが吐かれていました。

Aug 11 15:53:47 mail postfix/smtpd[18869]: connect from xxxxxxxxx[127.0.0.1]
Aug 11 15:53:47 mail postfix/smtpd[18869]: event_request_timer: reset 0xed96d0 0x8833820 100
Aug 11 15:53:47 mail postfix/smtpd[18869]: send attr request = seed
Aug 11 15:53:47 mail postfix/smtpd[18869]: send attr size = 32
Aug 11 15:53:47 mail postfix/smtpd[18869]: vstream_fflush_some: fd 10 flush 22
Aug 11 15:53:47 mail postfix/smtpd[18869]: private/tlsmgr: wanted attribute: status
Aug 11 15:53:47 mail postfix/smtpd[18869]: vstream_buf_get_ready: fd 10 got 60
Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute name: status
Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute value: 0
Aug 11 15:53:47 mail postfix/smtpd[18869]: private/tlsmgr: wanted attribute: seed
Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute name: seed
Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute value: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Aug 11 15:53:47 mail postfix/smtpd[18869]: private/tlsmgr: wanted attribute: (list terminator)
Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute name: (end)
Aug 11 15:53:47 mail postfix/smtpd[18869]: SSL_accept error from xxxxxxxxx[127.0.0.1]: -1
Aug 11 15:53:47 mail postfix/smtpd[18869]: match_hostname: xxxxxxxxx ~? 192.168.0.0/16
Aug 11 15:53:47 mail postfix/smtpd[18869]: match_hostaddr: 127.0.0.1 ~? 192.168.0.0/16
Aug 11 15:53:47 mail postfix/smtpd[18869]: match_hostname: xxxxxxxxx ~? 127.0.0.0/8
Aug 11 15:53:47 mail postfix/smtpd[18869]: match_hostaddr: 127.0.0.1 ~? 127.0.0.0/8
Aug 11 15:53:47 mail postfix/smtpd[18869]: lost connection after CONNECT from xxxxxxxxx[127.0.0.1]
Aug 11 15:53:47 mail postfix/smtpd[18869]: disconnect from xxxxxxxxx[127.0.0.1]


※debugレベルを上げているので詳細になってます

監視ソフトのエージェントからの通信ログになるのですが、SSLで
の接続時にSSLのエラーを吐いてしまいます。

このSSL_accept error from〜というのは単純にSSL/TLSの接続に問題があるとだけと認識してよいでしょうか?
SMTP-Authが関係している可能性はありますでしょうか?

※最後付近のlost connection after CONNECT〜はエージェントがQUIT無しにぶった切ってくれるため

何か情報があればお教え願います。


No.8028 投稿時間:2009年08月13日(Thu) 06:12 投稿者名:おやじ URL:
タイトル:単にSSLの問題(設定していないだけ?)です。

> Aug 11 15:53:47 mail postfix/smtpd[18869]: connect from xxxxxxxxx[127.0.0.1]
> Aug 11 15:53:47 mail postfix/smtpd[18869]: event_request_timer: reset 0xed96d0 0x8833820 100
> Aug 11 15:53:47 mail postfix/smtpd[18869]: send attr request = seed
> Aug 11 15:53:47 mail postfix/smtpd[18869]: send attr size = 32
> Aug 11 15:53:47 mail postfix/smtpd[18869]: vstream_fflush_some: fd 10 flush 22
> Aug 11 15:53:47 mail postfix/smtpd[18869]: private/tlsmgr: wanted attribute: status
> Aug 11 15:53:47 mail postfix/smtpd[18869]: vstream_buf_get_ready: fd 10 got 60
> Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute name: status
> Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute value: 0
> Aug 11 15:53:47 mail postfix/smtpd[18869]: private/tlsmgr: wanted attribute: seed
> Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute name: seed
> Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute value: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Aug 11 15:53:47 mail postfix/smtpd[18869]: private/tlsmgr: wanted attribute: (list terminator)
> Aug 11 15:53:47 mail postfix/smtpd[18869]: input attribute name: (end)
> Aug 11 15:53:47 mail postfix/smtpd[18869]: SSL_accept error from xxxxxxxxx[127.0.0.1]: -1

これはSSLのハンドシェークに失敗した時のエラーメッセージです。

> Aug 11 15:53:47 mail postfix/smtpd[18869]: match_hostname: xxxxxxxxx ~? 192.168.0.0/16
> Aug 11 15:53:47 mail postfix/smtpd[18869]: match_hostaddr: 127.0.0.1 ~? 192.168.0.0/16
> Aug 11 15:53:47 mail postfix/smtpd[18869]: match_hostname: xxxxxxxxx ~? 127.0.0.0/8
> Aug 11 15:53:47 mail postfix/smtpd[18869]: match_hostaddr: 127.0.0.1 ~? 127.0.0.0/8
> Aug 11 15:53:47 mail postfix/smtpd[18869]: lost connection after CONNECT from xxxxxxxxx[127.0.0.1]
> Aug 11 15:53:47 mail postfix/smtpd[18869]: disconnect from xxxxxxxxx[127.0.0.1]
>
>
> ※debugレベルを上げているので詳細になってます
>
> 監視ソフトのエージェントからの通信ログになるのですが、SSLで
> の接続時にSSLのエラーを吐いてしまいます。
>
> このSSL_accept error from〜というのは単純にSSL/TLSの接続に問題があるとだけと認識してよいでしょうか?
> SMTP-Authが関係している可能性はありますでしょうか?

上記のとおりです。単にSSLの問題(設定していないだけ?)です。



掲示板▲頁先頭