[Libguestfs] [PATCH] ESX: Enable verification of SSL certificates

Richard W.M. Jones rjones at redhat.com
Mon Mar 22 18:43:31 UTC 2010


On Mon, Mar 22, 2010 at 05:06:30PM +0000, Matthew Booth wrote:
> Fix a bug which would have prevented an SSL certification from ever being
> verified.
> @@ -330,7 +330,8 @@ sub transfer
>      my $ua = Sys::VirtV2V::Transfer::ESX::UA->new($conn->{hostname},
>                                                    $username,
>                                                    $password,
> -                                                  $pool);
> +                                                  $pool,
> +                                                  $noverify);

So the important bit seems to be this last hunk.  ACK.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw




More information about the Libguestfs mailing list