From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: Arno <star@gmx.li>
Cc: poky@yoctoproject.org
Subject: Re: Workaround for fetching files
Date: Wed, 1 Jun 2016 14:36:56 +0300 [thread overview]
Message-ID: <574EC8D8.1050201@linux.intel.com> (raw)
In-Reply-To: <trinity-4d59831f-223e-4a32-badc-e2e4566521f2-1464598154576@3capp-gmx-bs79>
On 05/30/2016 11:49 AM, Arno wrote:
> Its not the proxy, we don't have this. But we have some kind of
> firewall which seems to work also for https as man in the middle.
> With our company certificates installed in browser it works.
>
> If I do manually a git (via https) with "export GIT_SSL_NO_VERIFY=1"
> this helps, but even if I do this before calling bitbake it will not
> help. Can this set global for the project?
>
> Doesn't the download files stored in a common folder, but there is
> also some hash, which I can't create manually.
You have what they call a 'transparent proxy'. When https is in use by
git, you can probably add those rogue man-in-the-middle certificates to
/etc/ssl/certs, but for native git protocol this isn't going to work, as
your firewall simply blocks those connections out (the 'no route to
host' thing). [1]
You need to explain to your management that to do your job properly, you
need a real internet connection, or a SOCKS proxy (for the git
protocol). But then they wouldn't be able to spy on you.
[1] https://git-scm.com/book/no-nb/v1/Git-on-the-Server-The-Protocols
Alex
prev parent reply other threads:[~2016-06-01 11:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-27 13:48 Workaround for fetching files Arno
2016-05-27 13:59 ` Alexander Kanavin
2016-05-30 8:49 ` Arno
2016-06-01 11:36 ` Alexander Kanavin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=574EC8D8.1050201@linux.intel.com \
--to=alexander.kanavin@linux.intel.com \
--cc=poky@yoctoproject.org \
--cc=star@gmx.li \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.