i am having problems sending email using the restful authentication
plugin…
the trick is, it seems there is a problem in getting openssl to work… i
am not sure where this falls into the scheme of things…
the error code i am getting is:
OpenSSL::SSL::SSLError (hostname was not match with the server
certificate):
/usr/local/lib/ruby/1.8/openssl/ssl.rb:123:in post_connection_check' /usr/local/lib/ruby/1.8/net/smtp.rb:582:in
tlsconnect’
/usr/local/lib/ruby/1.8/net/smtp.rb:562:in do_start' /usr/local/lib/ruby/1.8/net/smtp.rb:525:in
start’
app/models/user_observer.rb:3:in after_create' /usr/local/lib/ruby/1.8/observer.rb:185:in
notify_observers’
/usr/local/lib/ruby/1.8/observer.rb:184:in each' /usr/local/lib/ruby/1.8/observer.rb:184:in
notify_observers’
app/controllers/users_controller.rb:14:in `create’