Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 9050

node.jsでデータベースをherokuに接続できないの解決法

$
0
0
Unable to connect to the database: ConnectionError [SequelizeConnectionError]: self signed certificate

上記エラーが出たときloaderに下記コードを追加したら治りました。

    dialectOptions: {
  ssl: {
    require: true,
    rejectUnauthorized: false // <<<<<< YOU NEED THIS
  }
}

Viewing all articles
Browse latest Browse all 9050

Latest Images

Trending Articles