# File lib/merb-core/dispatch/request.rb, line 203 def ssl? @env['HTTPS'] == 'on' || @env['HTTP_X_FORWARDED_PROTO'] == 'https' end