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
"If you are using a Python version < 2.7.9, then a MiTM proxy won’t work. This is the case with Ubuntu 14.04. See CVE-2014-9365 for more info. You will need to use CONNECT SSL tunnel."
All of our internal tooling uses Root CA's that are issued internally, which is breaking this for us. We also have MiTM when trying to download packs.
Would it be possible to upgrade to python 2.7.9 so we can embed our certificates into the cert files Python looks for?
The text was updated successfully, but these errors were encountered:
The default image comes with Python2.7.6, which has known bugs validating internal root CA files with SSL requests.
From: https://docs.stackstorm.com/packs.html#installing-a-pack
"If you are using a Python version < 2.7.9, then a MiTM proxy won’t work. This is the case with Ubuntu 14.04. See CVE-2014-9365 for more info. You will need to use CONNECT SSL tunnel."
All of our internal tooling uses Root CA's that are issued internally, which is breaking this for us. We also have MiTM when trying to download packs.
Would it be possible to upgrade to python 2.7.9 so we can embed our certificates into the cert files Python looks for?
The text was updated successfully, but these errors were encountered: