We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting a proxy in the configuration makes the module use the proxy.
Setting a proxy in the configuration has no effect.
Changing library/Aws/AwsClient.php line 273 to
$params['http'] = array(
works for me. I did not create a PR as I think ssl_ca will perhaps also not work, but could not verify.
No internet access without proxy from the Icinga Web 2 installation.
icinga2 --version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Setting a proxy in the configuration makes the module use the proxy.
Current Behavior
Setting a proxy in the configuration has no effect.
Possible Solution
Changing library/Aws/AwsClient.php line 273 to
works for me.
I did not create a PR as I think ssl_ca will perhaps also not work, but could not verify.
Context
No internet access without proxy from the Icinga Web 2 installation.
Your Environment
icinga2 --version
): 2.11.2The text was updated successfully, but these errors were encountered: