Post

Replies

Boosts

Views

Activity

Ventura ships with broken curl and git
We recently upgraded to Ventura and to our surprise, some of our development builds stopped working. After a lot of debugging, it turns out to be cause by the fact that Venture ships curl 7.86 (and git uses libcurl). Curl (and git) are broken because no longer honor the no_proxy environment variables. https://github.com/curl/curl/issues/9884
0
0
800
Mar ’23
Connect timeout on notarize
I am using electron-builder to build, sign, notarized, and publish my application. All of this works perfectly when I am directly connected to the Internet. When running this from my corporate network that require the use of a proxy server, electron-notarize, which spawns xcrun, gets a connect timeout when trying to upload the signed app to the iTunes server. How do I get xcrun to use the proxy server? I have the HTTPS_PROXY environment variable set to http://my.proxy.server.name:80 but xcrun is still trying to connect directly to the iTunes server.
1
0
1.1k
Dec ’21
How to get XCode to use proxy server?
I am trying to notarize my app using XCode's xcrun aitool but XCode appears to not be capable of honoring the MacOS proxy settings or the standard HTTP_PROXY/HTTPS_PROXY environment variables. It seems like people have been asking this same question for many years and Apple doesn't have any answer. Has anyone gotten this to work?
0
1
719
Nov ’21
Ventura ships with broken curl and git
We recently upgraded to Ventura and to our surprise, some of our development builds stopped working. After a lot of debugging, it turns out to be cause by the fact that Venture ships curl 7.86 (and git uses libcurl). Curl (and git) are broken because no longer honor the no_proxy environment variables. https://github.com/curl/curl/issues/9884
Replies
0
Boosts
0
Views
800
Activity
Mar ’23
Connect timeout on notarize
I am using electron-builder to build, sign, notarized, and publish my application. All of this works perfectly when I am directly connected to the Internet. When running this from my corporate network that require the use of a proxy server, electron-notarize, which spawns xcrun, gets a connect timeout when trying to upload the signed app to the iTunes server. How do I get xcrun to use the proxy server? I have the HTTPS_PROXY environment variable set to http://my.proxy.server.name:80 but xcrun is still trying to connect directly to the iTunes server.
Replies
1
Boosts
0
Views
1.1k
Activity
Dec ’21
How to get XCode to use proxy server?
I am trying to notarize my app using XCode's xcrun aitool but XCode appears to not be capable of honoring the MacOS proxy settings or the standard HTTP_PROXY/HTTPS_PROXY environment variables. It seems like people have been asking this same question for many years and Apple doesn't have any answer. Has anyone gotten this to work?
Replies
0
Boosts
1
Views
719
Activity
Nov ’21