You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the results you expected:
ddev shows its version number
Additional information you deem important (e.g. issue happens only occasionally):
Our corporate proxy inspects traffic and thus inserts its own CA certificate that has to be configured to trust across applications on the system. I do this by setting REQUESTS_CA_BUNDLE and SSL_CERT_FILE, etc. It seems that ddev doesn't respect either of those. Is there another environment variable that it takes into account?
Also, it looks like ddev is trying to download and install python, but python 3.11 is already installed on the system.
% which python3.11
/opt/homebrew/bin/python3.11
% python3.11 --version
Python 3.11.9
The text was updated successfully, but these errors were encountered:
Additional environment details (Operating System, Cloud provider, etc):
macOS 14.3.1
netskope traffic inspection
Steps to reproduce the issue:
ddev --version
Describe the results you received:
Describe the results you expected:
ddev shows its version number
Additional information you deem important (e.g. issue happens only occasionally):
Our corporate proxy inspects traffic and thus inserts its own CA certificate that has to be configured to trust across applications on the system. I do this by setting REQUESTS_CA_BUNDLE and SSL_CERT_FILE, etc. It seems that ddev doesn't respect either of those. Is there another environment variable that it takes into account?
Also, it looks like ddev is trying to download and install python, but python 3.11 is already installed on the system.
The text was updated successfully, but these errors were encountered: