Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-27 Thread Damjan Jovanovic
On Wed, Jul 27, 2016 at 9:04 PM, Kay Schenk wrote: > On Mon, Jul 25, 2016 at 6:38 AM, Damjan Jovanovic > wrote: > > > On Sun, Jul 24, 2016 at 7:43 PM, Patricia Shanahan wrote: > > > > > On 7/24/2016 10:24 AM, Damjan Jovanovic wrote: > > > ... > > > > > >> So how do we download files now? > > >>

Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-27 Thread Kay Schenk
On Mon, Jul 25, 2016 at 6:38 AM, Damjan Jovanovic wrote: > On Sun, Jul 24, 2016 at 7:43 PM, Patricia Shanahan wrote: > > > On 7/24/2016 10:24 AM, Damjan Jovanovic wrote: > > ... > > > >> So how do we download files now? > >> > >> Java. Java supports https:// out of the box, is very portable betw

Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-25 Thread Damjan Jovanovic
On Sun, Jul 24, 2016 at 7:43 PM, Patricia Shanahan wrote: > On 7/24/2016 10:24 AM, Damjan Jovanovic wrote: > ... > >> So how do we download files now? >> >> Java. Java supports https:// out of the box, is very portable between >> operating systems and CPUs, uses its own root CA certificates, is a

Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-25 Thread Carl Marcum
On 07/24/2016 01:24 PM, Damjan Jovanovic wrote: Hi Both we and Infra have been battling with the buildbots for far too long, and the inability to do https:// downloads consistently due to missing LWP::Protocol::https has been a major thorn in our side. Perl in AOO is not going well. CPAN module

Re: ./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-24 Thread Patricia Shanahan
On 7/24/2016 10:24 AM, Damjan Jovanovic wrote: ... So how do we download files now? Java. Java supports https:// out of the box, is very portable between operating systems and CPUs, uses its own root CA certificates, is already used on all the buildbots, and is documented as being a mandatory bu

./bootstrap: LWP::Protocol::https replaced by java.net.URLConnection

2016-07-24 Thread Damjan Jovanovic
Hi Both we and Infra have been battling with the buildbots for far too long, and the inability to do https:// downloads consistently due to missing LWP::Protocol::https has been a major thorn in our side. Perl in AOO is not going well. CPAN modules don't install easily: in both CentOS 5 and (Infr