私はdeviseでアプリをビルドRails3.2
し、herokuにデプロイしています。次の問題に対して解決する解決策はありますか? サインイン操作後、以下のエラーが発生し、応答しhttp status 500
ます。
2012-10-14T05:29:08+00:00 app[web.1]: : SELECT "users".* FROM "users" WHERE
(lower(username) = '***' OR lower(email) = '***') LIMIT 1):
2012-10-14T05:29:08+00:00 app[web.1]: app/models/user.rb:23:in
find_for_database_authentication'
2012-10-14T05:29:08+00:00 app[web.1]:
2012-10-14T05:29:08+00:00 app[web.1]: ActiveRecord::StatementInvalid (PGError: SSL
error: cert already in hash table
2012-10-14T05:29:08+00:00 app[web.1]:
app/controllers/users/sessions_controller.rb:9:in `create'
2012-10-14T05:29:08+00:00 app[web.1]:
2012-10-14T05:29:08+00:00 heroku[router]: POST agile-cliffs-
6123.herokuapp.com/users/sign_in dyno=web.1 queue=0 wait=0ms service=45ms status=500
bytes=643
実際、デバイスの登録機能は正常に動作しますが、サインインは機能しません。この問題は、本番環境でのみ発生します。