Skip to content
  • David Heinemeier Hansson's avatar
    1da6f8c6
    Allow use of SSL-terminating reserve proxy that doesn't set headers (#47139) · 1da6f8c6
    David Heinemeier Hansson authored
    * Allow use of SSL-terminating reserve proxy that doesn't set headers
    
    NGINX and other SSL-terminating reverse proxies can use HTTP headers to include forwarding information. If your stack includes SSL-termination through a network load balancer, that won't happen. You can use config.assume_ssl to address that.
    
    * I hate these warts
    
    * Document the new setting
    
    * Add autoload for AssumeSSL
    
    * Add CHANGELOG notice
    1da6f8c6
    Allow use of SSL-terminating reserve proxy that doesn't set headers (#47139)
    David Heinemeier Hansson authored
    * Allow use of SSL-terminating reserve proxy that doesn't set headers
    
    NGINX and other SSL-terminating reverse proxies can use HTTP headers to include forwarding information. If your stack includes SSL-termination through a network load balancer, that won't happen. You can use config.assume_ssl to address that.
    
    * I hate these warts
    
    * Document the new setting
    
    * Add autoload for AssumeSSL
    
    * Add CHANGELOG notice
Loading