poky.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PULL] [PATCH 0/1] bitbake: fetch2: Add NODE_EXTRA_CA_CERTS to the list of exports
@ 2023-02-03 20:29 George Kelly
  2023-02-03 20:29 ` [PULL] [PATCH 1/1] " George Kelly
  0 siblings, 1 reply; 3+ messages in thread
From: George Kelly @ 2023-02-03 20:29 UTC (permalink / raw)
  To: poky; +Cc: George Kelly

From: George Kelly <gkelly@phoenixcontact.com>

if you are behind a corporate proxy, the npm fetcher uses the proxy IP address already passed in the list of exports. However, it will error if the proxy injects its own root CA certificate. Thus, the NODE_EXTRA_CA_CERTS environment variable must be passed so the user can include their company's root CA as a trusted CA inside node's certificate store.

The following changes since commit 61c35514cfd27dda045735695f8960126e0704b5:

  testimage: Fix error message to reflect new syntax (2023-02-02 10:27:30 +0000)

are available in the Git repository at:

  ssh://git@push.yoctoproject.org/poky-contrib gkelly/node-ca-cert

George Kelly (1):
  bitbake: fetch2: Add NODE_EXTRA_CA_CERTS to the list of exports

 bitbake/lib/bb/fetch2/__init__.py | 1 +
 1 file changed, 1 insertion(+)

-- 
2.37.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-03 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 20:29 [PULL] [PATCH 0/1] bitbake: fetch2: Add NODE_EXTRA_CA_CERTS to the list of exports George Kelly
2023-02-03 20:29 ` [PULL] [PATCH 1/1] " George Kelly
2023-02-03 21:05   ` [poky] " Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).