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
and the preferred solution would be, if the proxy setting is not defined in authsource, use the settings from config.php. Those settings may differ from the way Guzzle expects them. e.g. in config.php the proxy setting may equal 'tcp://proxy.example.com:5100' , while Guzzle wants the scheme to be http. proxy authentication is handled by guzzle as part of the url, while in config.php it is a separate setting.
I have to use the company proxy to connect outside our network, but this module currently doesn't pass SSP's proxy-settings to the HTTP-client.
The text was updated successfully, but these errors were encountered: