We're still not having any joy with this.
We've now tried a brand new rocky9 install with fresh httpd 2.4 & php 8.2, however we cannot bypass the site proxy
We just can't find anywhere to add the php curl proxy info that makes this work:
curl_setopt($ch, CURLOPT_PROXY, "x.x.x.x:x");
I can only see curl options being refernced in these files:
include/cli/modules/i18n.php
include/mpdf/vendor/mpdf/mpdf/src/RemoteContentFetcher.php
Adding the proxy curl options in these doesn't seem to make any difference for the oauth2 plugin
I've a feeling that it's in the auth-oauth2.phar plugin that curl gets called, but that's a binary file and any attempt I made to put a proxy option in there broke the whole plugin
We can't be the only ones trying to use MS o365 / oauth2 behind a site proxy ??
Any ideas or suggestions on where to go from here greatly appreciated