adrnsoh / websmsdroid

Automatically exported from code.google.com/p/websmsdroid
0 stars 0 forks source link

SMS77 unknown certificate fingerprint #768

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am using webSMS together with SMS77 connector since many months.

Since yesterday I get "Unknown certificate fingerprint" plus the numbers.

I updated webSMS to the most recent version, also uninstalled, restarted and 
reinstalled the SMS77 connector, same issue.

I guess some change on the SMS77 side? Access by Internet to my SMS77 account 
works without any problems.

Original issue reported on code.google.com by albrecht...@googlemail.com on 17 Jan 2013 at 11:32

GoogleCodeExporter commented 8 years ago
Same thing on my SGS2 with OS 2.3.5 (root).
Since this morning, when I tried to use again sms77 I got this error.
I cannot send sms over sms77 connector.

Other connectors works well (sloono e.g.).

I uninstalled the sms77 connector and reinstalled it without any data (with 
Titanium), put in my credencials again, but it is the same issue. 

First I thought that a backup was the cause, because I had to revert my phone 
to a backup two weeks ago, but now I think that something is different on sms77 
side.

frank

Original comment by francwal...@gmail.com on 17 Jan 2013 at 4:01

Attachments:

GoogleCodeExporter commented 8 years ago
I was unclear, I ment: I had to restore my phone yesterday from a backup I made 
two weeks ago.

Original comment by francwal...@gmail.com on 17 Jan 2013 at 4:03

GoogleCodeExporter commented 8 years ago
Could it be, that there must be added the new (which one?) cert fingerprint?
It is in: 

ConnectorSms77.java (Line 56)

    private static final String[] CERT_FINGERPRINT = {
"01:DB:26:91:28:E0:92:E7:14:73:16:94:14:78:2D:72:06:E3:4C:88",
"4E:1F:2D:D3:1A:89:97:59:78:13:19:4A:B3:B8:02:DF:D1:DD:A3:E2"};

But sorry, I don't know the code at all, don't know why the error shows 
negative numbers and no hex.

Hope it is fixed soon, I use it often :)

frank

Original comment by francwal...@gmail.com on 17 Jan 2013 at 4:43

GoogleCodeExporter commented 8 years ago
please veryfy this build

Original comment by f...@ub0r.de on 17 Jan 2013 at 5:49

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by f...@ub0r.de on 17 Jan 2013 at 5:49

GoogleCodeExporter commented 8 years ago
YEPP! That works, that was fix this fix!
Thank you!

What was it?

frank

Original comment by francwal...@gmail.com on 17 Jan 2013 at 5:56

GoogleCodeExporter commented 8 years ago
a new SSL certificate with a new fingerprint

https://github.com/felixb/websms-connector-sms77/commit/e4ffa876d32bfddd3faa3e66
2c4f6446cbcb4550#L2R57

Original comment by f...@ub0r.de on 17 Jan 2013 at 7:58