Skip to content

Commit

Permalink
use newer ssl address
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Closs committed Apr 9, 2012
1 parent f3868ce commit d0bed83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biopay/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sub host {
return 'http://' . request->host
if request && request->host =~ m/localhost/;
# Otherwise use the bona fide dotcloud SSL cert
return 'https://biopay.ssl.dotcloud.com';
return 'https://ssl-biopay.dotcloud.com';
}

sub beanstream_url {
Expand Down

0 comments on commit d0bed83

Please sign in to comment.