FuelSDK-Java
FuelSDK-Java copied to clipboard
Fuelsdk is failing in the proxy environment
This latest version of fuelsdk is failing if we do proxy environment as many companies have same . I customized the source code to use for proxy connection myself. It is difficult to use source code for the latest version changes if any new release happen. Please Customize the jar to use the proxy connection with fuelsdk jar. Thanks!!
Any update on this to for proxy implementation
I'm also facing the same issue with the proxy environment. All the organizations will have this setup so supporting this basic requirement to configure the client is a must. I will also have to modify the code and then run the application to make it work.
It's possible to use https://docs.oracle.com/javase/7/docs/api/java/net/Authenticator.html#setDefault(java.net.Authenticator) before using the client to provide credentials. Additionally, specify https.proxyHost and https.proxyPort to make it relevant at all to use the authenticator.
On Fri, 14 Oct 2016, 20:36 Utsav Dholakia, [email protected] wrote:
I'm also facing the same issue with the proxy environment. All the organizations will have this setup so supporting this basic requirement to configure the client is a must. I will also have to modify the code and then run the application to make it work.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/salesforce-marketingcloud/FuelSDK-Java/issues/50#issuecomment-253869430, or mute the thread https://github.com/notifications/unsubscribe-auth/AAZ-oX8pZ34KHw4AOEcyHD-FeJfQTEcyks5qz72zgaJpZM4JxzrA .
You can use this SDK, we have changed the source code to let the developer set the proxy settings needed. https://github.com/nidongara/FlamesSDK-Java
Has this issue on proxy been resolved? I tried using https://github.com/nidongara/FlamesSDK-Java. I am getting Checksum validation failed for the jars downloaded using maven.