Project

General

Profile

Actions

Feature #41738

closed

Allow IMAP4 email receiving to skip SSL certificate verification with `ssl=force` option

Added by Grischa Zengel about 1 month ago. Updated 7 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Email receiving
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

I get

OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 peeraddr=10.19.1.103:993 state=error: certificate verify failed (unable to get local issuer certificate) (OpenSSL::SSL::SSLError)

This change works:
imap = Net::IMAP.new(host, port: port, ssl: { :verify_mode => OpenSSL::SSL::VERIFY_NONE })

Perhabs it will fix #38253, too.


Files

41738.patch (736 Bytes) 41738.patch Go MAEDA, 2024-12-08 08:24
41738-update-description.patch (1.14 KB) 41738-update-description.patch Go MAEDA, 2024-12-18 05:21

Related issues

Related to Redmine - Feature #16707: Integrate support of SSL for POP3 incoming emailsClosed

Actions
Related to Redmine - Defect #38253: Cannot read e-mails fo creating ticketsNew

Actions
Related to Redmine - Feature #19324: SSL/TLS certificate verification fails on receive_imapNeeds feedback

Actions
Actions

Also available in: Atom PDF