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
Currently local_cert and local_pk in stream context are not checked if they are under open_basedir restriction. This should be probably fixed just in master as it is not usually a big issue considering that those certs / keys are basically read only and some flow might have relied on them being in the system path so we don't want to break them in patch release. However we should still confirm with the open_basedir rules and prohibit it in master branch.