[PATCH 21/21] lookaside: Take over file uploads

Ralph Bean rbean at redhat.com
Wed May 6 14:27:03 UTC 2015


On Wed, May 06, 2015 at 01:53:17PM +0200, Mathieu Bridon wrote:
> From: Mathieu Bridon <bochecha at daitauha.fr>
> +            if self.client_cert is not None:
> +                if os.path.exists(self.client_cert):
> +                    c.setopt(pycurl.SSLCERT, self.client_cert)
> +                else:
> +                    self.log.warn("Missing certificate: %s" % self.client_cert)
> +
> +            if self.ca_cert is not None:
> +                if os.path.exists(self.ca_cert):
> +                    c.setopt(pycurl.CAINFO, self.ca_cert)
> +                else:
> +                    self.log.warn("Missing certificate: %s" % self.ca_cert)

Same issue here as in my other comment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/rel-eng/attachments/20150506/8c1dbbe5/attachment.sig>


More information about the rel-eng mailing list