[5.99] Plugin and Content Manager - Proxy settings

Hello,

I tried the PCM in the latest nightly, but I get the following error:

09:20:16: SSL connect error
09:20:17: Unable to load repository url

I’m behind a corporate proxy, so this might be the issue. So, I have to enter the proxy configuration, but I couldn’t find the right place in KiCad where I have to enter it. Can somebody tell me where I have to enter it, or is this not yet implemented?

Thanks in advance.

Application: KiCad (64-bit)

Version: (5.99.0-13185-g0dcbfa2b69), release build

Libraries:
	wxWidgets 3.1.5
	libcurl/7.78.0-DEV Schannel zlib/1.2.11

Platform: Windows 10 (build 19042), 64-bit edition, 64 bit, Little endian, wxMSW

Build Info:
	Date: Nov  9 2021 12:00:58
	wxWidgets: 3.1.5 (wchar_t,wx containers)
	Boost: 1.76.0
	OCC: 7.5.0
	Curl: 7.78.0-DEV
	ngspice: 35
	Compiler: Visual C++ 1929 without C++ ABI

Build settings:
	KICAD_USE_OCC=ON
	KICAD_SPICE=ON

Proxies are not currently implemented. You might file a wishlist on GitLab for the feature.

edit Looks like someone already got there https://gitlab.com/kicad/code/kicad/-/issues/9594

For now you can set all_proxy environment variable to http://<ip>:<port> and kicad will use that.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.