Hi, Those system properties are read the first time certain core classes are loaded by the class loader, so if you are calling *System.setProperty(...)* after that happens, those settings won't have any effect.
To see if that's the problem, could you try setting the properties on the command line by passing JVM arguments, as outlined here <https://github.com/googleads/googleads-java-lib#user-content-using-a-proxy> ? Thanks, Josh, AdWords API Team On Wednesday, December 17, 2014 2:15:18 AM UTC-5, [email protected] wrote: > > > Hi, > We tried to run the code provided in the following link > > > https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201409/accountmanagement/GetAccountHierarchy.java > > But we are getting the following error > > Exception in thread "main" AxisFault > faultCode: { > http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: javax.net.ssl.SSLException: Unrecognized SSL message, > plaintext connection? > faultActor: > faultNode: > faultDetail: > {http://xml.apache.org/axis/}stackTrace:javax.net.ssl.SSLException: > Unrecognized SSL message, plaintext connection? > > > > We have set the https proxy and port in our code explicitly > > System.setProperty("https.proxyHost", "***.**.**"); > System.setProperty("https.proxyPort","80"); > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/05455d56-ef7f-48d5-8ba9-970e7261c26e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
