Redmine Email Configuration – Resolve Sending Email Notifications

I upgraded my Redmine installation after a while to 2.3.1 and I noticed email notifications weren’t being sent out. I tried to send a test email from “Administration => Settings => Email notifications” and received the following error message: An error occurred while sending mail (wrong argument (Fixnum)! (Expected kind of OpenSSL::SSL::SSLContext)) After trying different…

Editing configuration to Apache httpd.conf for Redmine SSL

First of all, backup the httpd.conf file with the following command: cp /etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.bkup.ssl.1 The following command opens httpd.conf and searches for the term SSL: vi +/SSL /etc/httpd/conf/httpd.conf You should see the following lines with the prompt at SSL selected: # # Use name-based virtual hosting. # #NameVirtualHost *:80 # # NOTE: NameVirtualHost cannot be…