--- lib/Devscripts/Uscan/Downloader.pm.orig 2018-11-29 17:14:05.730406447 +0000 +++ lib/Devscripts/Uscan/Downloader.pm 2018-11-29 17:14:38.329642689 +0000 @@ -55,7 +55,7 @@ default => sub { my ($self) = @_; my $user_agent - = Devscripts::Uscan::CatchRedirections->new(env_proxy => 1); + = Devscripts::Uscan::CatchRedirections->new(env_proxy => 1, ssl_opts => { verify_hostname => $ENV{'SSL_IGNORE_HOSTNAME'}?0:1 }); $user_agent->timeout($self->timeout); $user_agent->agent($self->agent);