miguelhenrique / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

Sends Unencrypted Notifications Over Cellular Network, Even Though Encrypt Option is Selected #372

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure to send TCP over cellular network.
2. Configure client and server to encrypt.
3. Turn wifi off on phone.
4. Send ping from phone.
5. Server log shows "Unencrypted message received, ignoring".

What is the expected output? What do you see instead?
The application should always send encrypted messages if the option is set.

What version of the product are you using? On what operating system?
Client v2.8
Server v0.5.1 (Ubuntu 10.10)

Server Log:
2011-03-24 08:36:17,437 DEBUG [EncryptedNotificationParser] - Got notification 
not encrypted but set to decrypt, ignoring

Original issue reported on code.google.com by darren%3...@gtempaccount.com on 24 Mar 2011 at 1:51