Closed GoogleCodeExporter closed 8 years ago
How can we reproduce that?
Original comment by arthur.z...@gmail.com
on 29 Jun 2011 at 10:24
My mail server has a certificate which is signed by my own CA (CA cert is
self-signed). The cert of my CA is not installed on my android.
Original comment by rot...@gmail.com
on 29 Jun 2011 at 11:12
crashing is definitely not wanted. But accepting an unsigned certificate is
also not what every user would expect.
A certificate has two goals:
1. confidentiality: Protect against sniffing/wire-tapping
2. authentication of the server towards the client: Protection against
server-side fraud
Unsigned certificates secure against sniffing, but they do not protect you
against hackers who set up their own mail server under your mail server's name,
make you connect to it. They can then grab your password and use it against the
real mail server, read your mails and forward them to the real server (with
keeping you believe that your connection is save as encrypted),...
In case of an unsigned certificate, there should be a warning "unknown
certificate" with the options: abort, accept, always accept.
Short term fix should give a warning message and continue after clicking OK.
Andy
Original comment by android....@googlemail.com
on 14 Nov 2011 at 8:14
The settings should ask what to do. I also have a self signed certificate. Not
troubles - closing task due to age.
Original comment by arthur.z...@gmail.com
on 26 Jun 2012 at 4:38
Original issue reported on code.google.com by
rot...@gmail.com
on 2 May 2011 at 6:11