apigee / apigee-deploy-maven-plugin

Apache License 2.0
80 stars 167 forks source link

Plugin not working with proxy with SSO #142

Closed ssvaidyanathan closed 3 years ago

ssvaidyanathan commented 4 years ago

With SSO, the plugin is not able to authenticate against the Corporate proxy.

15:44:04 [ERROR] I/O error on POST request for "https://redact.login.apigee.com/oauth/token": Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"; nested exception is java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"

ssvaidyanathan commented 3 years ago

Fixed