PenguinPaul/google-voice-java

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

Closed this issue · 2 comments

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

You are attempting text India.  Google Voice can only SMS to USA and Canada.

Original comment by malone.j...@gmail.com on 14 May 2012 at 3:32

Original comment by malone.j...@gmail.com on 14 May 2012 at 3:32

  • Changed state: Invalid