Incoming emails , POP3 and ssl configuration issue
Added by Jai prakash almost 8 years ago
hi,
I am getting the following error while trying to receive emails from a POP3 server with SSL .
** Invoke redmine:email:receive_pop3 (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute redmine:email:receive_pop3 rake aborted! OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed /usr/lib/ruby/1.8/net/pop.rb:541:in `connect' /usr/lib/ruby/1.8/net/pop.rb:541:in `do_start' /usr/lib/ruby/1.8/net/pop.rb:522:in `start'
My rake command is
rake unknown_user=accept no_permission_check=1 -f redmine-2.3/Rakefile --trace redmine:email:receive_pop3 RAILS_ENV="production" host=mail.local.net ssl=SSL port=995 username=uname@domain.com password=freedom project=foobar allow_override=tracker,status,description,priority,assignee,category
Am I missing some configurations ?