Project

General

Profile

Actions

Defect #33170

closed

Login problem - error with certificate

Added by Forall Forall about 4 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
No feedback
Affected version:

Description

Hello,

I upgrade my redmine to the latest version 4.1.0 on debian 10.3 with ruby-2.7.0-preview1.

An error occurred when authenticating: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate)


Files

Screenshot from 2021-10-14 15-03-11.png (12.1 KB) Screenshot from 2021-10-14 15-03-11.png Pierre de LESPINAY, 2021-10-14 15:03
ldaps.png (12.1 KB) ldaps.png Pierre de LESPINAY, 2021-10-14 15:06
Actions #1

Updated by Go MAEDA about 4 years ago

Perhaps it is related to #24970 and #29606. Could you try the following steps?

1. Backup your Redmine's database
2. Connect to the database with a command line client such as mysql or psql
3. Run the following SQL.

update auth_sources set verify_peer=false;
Actions #2

Updated by Go MAEDA over 3 years ago

  • Status changed from New to Closed
  • Resolution set to No feedback
Actions #4

Updated by Pierre de LESPINAY over 2 years ago

I had this issue, this update solved it.
But just using the option "LDAPS without certificated check" solved it too.
So no need to do the SQL update for me.

Actions

Also available in: Atom PDF