Skip to content

Commit

Permalink
RT servers can run on https:// servers
Browse files Browse the repository at this point in the history
  • Loading branch information
jibsheet committed Oct 8, 2009
1 parent 47ea794 commit db3e5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/SD/Replica/rt.pm
Expand Up @@ -33,7 +33,7 @@ sub BUILD {
die "RT::Client::REST is required to sync with RT foreign replicas.\n";
}

my ( $server, $type, $query ) = $self->{url} =~ m{^rt:(http://.*?)\|(.*?)\|(.*)$}
my ( $server, $type, $query ) = $self->{url} =~ m{^rt:(https?://.*?)\|(.*?)\|(.*)$}
or die "Can't parse RT server spec. Expected 'rt:http://example.com|QUEUE|QUERY'.\n"
."Try: 'rt:http://example.com/|General|'.\n";
my $uri = URI->new($server);
Expand Down

0 comments on commit db3e5c9

Please sign in to comment.