Re: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2015-01-01 Thread Jason Stedman
Edduenas,

Try using the http.proxyHost and http.proxyPort instead of https.* ones. 

Judging by the port in your posted settings it sounds like an insecure proxy 
which would explain this error message perfectly.

Hope this helps!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/482b8263-dda1-4fe8-8031-4648d9ac66ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2014-12-31 Thread edduenasnordstrom
Hi Josh,

we earlier looked at stackoverflow, we are facing this issue when we use 
axis implementation of google adwords webservice, instead when we use jaxws 
implementation it is working fine. I am not sure this is the issue with 
axis implementation (some where I read that axis overwrites proxy 
configurations internally)

Please let us know if it is suggested way to use jaxws google-lib 
(adwords-appengine) files instead of axis api files(adwords-axis)

Thanks.

On Tuesday, December 30, 2014 6:24:18 AM UTC-8, Josh Radcliff (AdWords API 
Team) wrote:

 Hi,

 Are you able to make connections to other SSL URLs via your proxy? Looking 
 around stackoverflow, etc., this sounds like it may be caused by an issue 
 with your proxy server.

 Cheers,
 Josh, AdWords API Team

 On Wednesday, December 24, 2014 1:56:23 AM UTC-5, edduenas...@gmail.com 
 wrote:

 Hi,
 We tried setting the properties on the command line by passing JVM 
 arguments, but still we are getting the same ssl exception as below.
 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?

 On Wednesday, December 17, 2014 12:45:18 PM UTC+5:30, 
 edduenas...@gmail.com 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/46d1f6b9-62c1-41d9-a005-da0e68853ca6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2014-12-30 Thread Josh Radcliff (AdWords API Team)
Hi,

Are you able to make connections to other SSL URLs via your proxy? Looking 
around stackoverflow, etc., this sounds like it may be caused by an issue 
with your proxy server.

Cheers,
Josh, AdWords API Team

On Wednesday, December 24, 2014 1:56:23 AM UTC-5, edduenas...@gmail.com 
wrote:

 Hi,
 We tried setting the properties on the command line by passing JVM 
 arguments, but still we are getting the same ssl exception as below.
 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?

 On Wednesday, December 17, 2014 12:45:18 PM UTC+5:30, 
 edduenas...@gmail.com 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/cffaf4ef-a6c3-47e9-a07f-4fed85ea563e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2014-12-23 Thread edduenasnordstrom
Hi,
We tried setting the properties on the command line by passing JVM 
arguments, but still we are getting the same ssl exception as below.
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?

On Wednesday, December 17, 2014 12:45:18 PM UTC+5:30, edduenas...@gmail.com 
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/22a23a17-4d31-429f-9fe4-9110cbd8fdcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2014-12-17 Thread Josh Radcliff (AdWords API Team)
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, edduenas...@gmail.com 
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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.


javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

2014-12-16 Thread edduenasnordstrom

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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/b8f5c77b-0aa6-4afd-b3f0-3a6c2ad49831%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.