Skip to content

Commit

Permalink
- Adding default SSL port.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Teeuwisse committed Sep 7, 2011
1 parent f1609bf commit 26197ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ssl_requirement.rb
Expand Up @@ -29,7 +29,7 @@ def self.ssl_host
end

def self.ssl_port
@@ssl_port
@@ssl_port ||= 433
end

def self.non_ssl_host
Expand Down Expand Up @@ -152,4 +152,4 @@ def determine_port_string(port)
def port_normal?(port)
NORMAL_PORTS.include?(port)
end
end
end

0 comments on commit 26197ad

Please sign in to comment.