android - Install self-signed SSL certificate on Google Glass -


I'm developing an app for Google Glass, which is supposed to get some data from a specific server on https While hosting the simple WCF OData service is not always an option in the form of proper root CADs, I need a way to install my own signed .cer files on the device.

I did not find anything about this ...

The above link shows that this should work , But I do not know how ...

Any advice is appreciated

Individually, instead of trying to import SSL certificates into Glass, I include a custom HTTPS handler that confirms SSL certificate,

Comments

Popular posts from this blog

php - how to change mysql_result($res, 0, "url"); to mysqli -

c# - Textbox not clickable but editable -

Matlab transpose a table vector -