Closed GoogleCodeExporter closed 9 years ago
the app should only request a password if the pem file looks like it wants a
password. Can you paste the first few lines?
if (data.contains("Proc-Type: 4,ENCRYPTED"))
return true;
else if (data.contains("-----BEGIN ENCRYPTED PRIVATE KEY-----"))
return true;
Original comment by arne@rfc2549.org
on 26 Sep 2014 at 8:58
I've switched to using an inline key vs a separate file and that works. I also
can't get it to reproduce using the old way. Weird.
Original comment by russ.d...@gmail.com
on 26 Sep 2014 at 9:39
Closing the bug as not reproduciable
Original comment by arne@rfc2549.org
on 26 Sep 2014 at 10:19
Original issue reported on code.google.com by
russ.d...@gmail.com
on 26 Sep 2014 at 6:48