[libvirt] [PATCH v2 3/4] conf: Add support for modifying ssl validation for https/ftps disks

Ján Tomko jtomko at redhat.com
Fri May 5 11:41:31 UTC 2017


On Fri, Apr 28, 2017 at 01:10:26PM +0200, Peter Krempa wrote:
>diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
>index 03961fb4b..f3bf63d6c 100644
>--- a/docs/formatdomain.html.in
>+++ b/docs/formatdomain.html.in
>@@ -2288,6 +2288,7 @@
>     <driver name='qemu' type='raw'/>
>     <source protocol="https" name="url_path">
>       <host name="hostname" port="443"/>
>+      <ssl verify="no"/>
>     </source>
>     <target dev='hdf' bus='ide' tray='open'/>
>     <readonly/>
>@@ -2628,6 +2629,14 @@
>             protocol. Supported for 'rbd' <span class="since">since 1.2.11
>             (QEMU only).</span>
>           </dd>
>+          <dt><code>ssl</code></dt>
>+          <dd>
>+            For <code>https</code> and <code>ftps</code> accessed storage it's
>+            possible to tweak the SSL transport parameters with this element.
>+            The <code>verify</code> attribute allows to turn on or of SSL

on or off

>+            certificate validation. Supported values are <code>yes</code> and
>+            <code>no</code>. <span class="since">Since 3.3.0</span>

3.4.0

Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20170505/683670c4/attachment-0001.sig>


More information about the libvir-list mailing list