aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
733 stars 201 forks source link

Unable to connect to AWS #4279

Closed XPLing closed 3 months ago

XPLing commented 3 months ago

Your Environment

Question image

More Information image

Proxy image

I'm sure the network is fine, but after I turn on Webstorm, aws can't connect, it shows that proxyConfiguration and httpRoutePlanner can't be configured at the same time, I want to ask where httpRoutePlanner and proxyConfiguration are configured

rli commented 3 months ago

This is due to a recent AWS Java SDK change that attempts to read the proxy configuration from your environment variables (HTTP_PROXY, HTTPS_PROXY)

breedloj commented 3 months ago

Thanks for reporting! This has been addressed in #4291 and will be fixed in the next toolkit release.

vchikoti1998 commented 3 months ago

The updated Toolkit 2.19 version addresses this issue.