lokivog / google-voice-java

Automatically exported from code.google.com/p/google-voice-java
0 stars 0 forks source link

javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No name matching www.gmail.com found #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Voice voice = new Voice("xxx@gmail.com", "pass");
2. voice.sendSMS("918970141047", "Hi");
3.

What is the expected output? What do you see instead?
send sms to any mobile number through google voice api.

https://www.google.com/accounts/ClientLogin - OK
Logged in to Google - Auth token received
https://www.google.com/voice/ - Moved Temporarily
https://www.google.com/voice/ - 302 - new URL: 
https://www.gmail.com/call?gsessionid=dG8G6u2eVwNz_1WH-d0BNQ
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: 
No name matching www.gmail.com found
What version of the product are you using? On what operating system?
google-voice-java-1.8-java5.jar, java6, json.jar, win7

Please provide any additional information below.

Original issue reported on code.google.com by chandra....@gmail.com on 28 Apr 2012 at 6:11

GoogleCodeExporter commented 8 years ago
Do you have a valid Google Voice Account set up?

Original comment by malone.j...@gmail.com on 2 May 2012 at 4:17

GoogleCodeExporter commented 8 years ago
That was the problem with my testing, I got this error but did not have a 
Google Voice account setup. Once I set up the account, the problem went away.

Original comment by thegrouc...@gmail.com on 21 Nov 2012 at 4:53