Project

General

Profile

Actions

Bug #2099

closed

Collection #2102: Bug fixing: WebDAV, mail, subscription period

Fix openssl_verify_mode data type

Added by liaham about 1 year ago. Updated about 1 year ago.

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

100%

Estimated time:
Affected Version:
Compatible Redmine Version:

Description

Current config:

# configuration.yml

    <% if ENV['EMAIL_OPENSSL_VERIFY_MODE'].present? %>
      openssl_verify_mode: :"<%= ENV['EMAIL_OPENSSL_VERIFY_MODE']&.to_sym %>" # <-- The colon needs to be removed!!!
    <% end %> 

Fixed config:

# configuration.yml

    <% if ENV['EMAIL_OPENSSL_VERIFY_MODE'].present? %>
      openssl_verify_mode: "<%= ENV['EMAIL_OPENSSL_VERIFY_MODE']&.to_sym %>" # <-- The colon is removed!!!
    <% end %> 
Actions #1

Updated by liaham about 1 year ago

  • Description updated (diff)
  • Status changed from New to In Progress
Actions #2

Updated by liaham about 1 year ago

  • Target version changed from unplanned to 4.3.0
Actions #3

Updated by liaham about 1 year ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100
Actions #4

Updated by liaham about 1 year ago

  • Target version changed from 4.3.0 to 4.2.4
  • Parent task changed from #2012 to #2102
Actions #5

Updated by liaham about 1 year ago

Fixed for RM 5.0.8 and 5.1.1

Actions

Also available in: Atom PDF