openshift に nodejs アプリがあり、ローカルで開発するときに rhc port-forward コマンドを使用してデータベースに接続します。
Google と facebook を介してユーザーを認証するためのパスポートを実装しました。私は自分自身を認証しましたが、まだ rhc コマンドを使用できました。私のパートナーは最近、Facebook で自分自身を認証しましたが、その直後 (約 1 週間) に、このエラーがスローされました。それが完全に関連しているかどうかはわかりませんが、含めても問題ありません。
Connection to openshift.redhat.com failed: A secure connection could not be established to the server
(SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: sslv3 alert handshake failure). You may
disable secure connections to your server with the -k (or --insecure) option
'https://openshift.redhat.com/broker/rest/api'.
If your server is using a self-signed certificate, you may disable certificate checks with the -k (or
--insecure) option. Using this option means that your data is potentially visible to third parties.
これを解決する方法についてのアイデアはありますか? 他のスタックの質問でこのエラーを見たことがありますが、私が見たすべての質問で、質問をしている人々はルビーを使用していました。