search for: force_ssl

Displaying 6 results from an estimated 6 matches for "force_ssl".

Did you mean: force_sig
2012 Jul 16
1
config.force_ssl :unless => :tor_hidden_service
Not sure where to patch this, but: config.force_ssl should be inactive for tor hidden services (for those, ssl can if anything be worse). Any suggestions? One way to do it would be to check for whether the TLD is .onion. There may be some gotchas with e.g. cookies or similar bits, for sites that operate both as HTTPS and Tor hidden service (whi...
2013 Nov 13
2
Cannot receive from specified address Unauthenticated senders not allowed
...6:in `block (2 levels) in <top (required)>'' Tasks: TOP => maintenance:last_2_days_orders (See full trace by running task with --trace) My production.rb is: config.action_mailer.delivery_method = :smtp config.action_mailer.raise_delivery_errors = true config.force_ssl = false config.i18n.fallbacks = true config.active_support.deprecation = :notify config.action_mailer.default_url_options = {:host =>''xyz.com''} config.action_mailer.smtp_settings = { :address => ''smtp.sendgrid.net'', :port...
2014 Apr 22
1
Allowing non-SSL connections only for certain Password Databases
I'm trying to set up my system (using Dovecot 2.0.9) so that certain Password Databases are available over pop3 and imap and others are available over pop3s and imaps. In particular, I would like users to be able to connect without SSL to accounts set up in vpopmail, but to require SSL for system accounts. Is there a way to set "disable_plaintext_auth" to different values for
2013 Jul 10
0
ActionView::Template::Error Not a directory vendor/assets/javascripts/ production
...ing files # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache # config.action_dispatch.x_sendfile_header = ''X-Accel-Redirect'' # for nginx # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. # config.force_ssl = true # See everything in the log (default is :info) # config.log_level = :debug # Prepend all log lines with the following tags # config.log_tags = [ :subdomain, :uuid ] # Use a different logger for distributed setups # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger....
2014 Jun 11
0
my webpage does not send emails confimation/notification
...es for sending files # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. # config.force_ssl = true # See everything in the log (default is :info) # config.log_level = :debug # Prepend all log lines with the following tags # config.log_tags = [ :subdomain, :uuid ] # Use a different logger for distributed setups # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new...
2014 Apr 26
0
jquery_ujs.js 404
...uses for sending files # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. # config.force_ssl = true # See everything in the log (default is :info) config.log_level = :debug # Prepend all log lines with the following tags # config.log_tags = [ :subdomain, :uuid ] # Use a different logger for distributed setups # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.ne...