简体   繁体   中英

Install self-signed SSL certificate on Google Glass

I'm developing an app for Google Glass, which has to get some data over https from specific servers. These servers host a simple WCF OData service. As getting proper root CAs is not always an option, I need a way to install my own self-signed .cer files on the device.

I haven't found anything about this...

https://code.google.com/p/google-glass-api/issues/detail?id=125

The link above suggests, that this should work, but I have no idea how...

Any advice is appreciated

就个人而言,我不会尝试将SSL证书导入到Glass中,而是包括一个自定义HTTPS处理程序来验证SSL证书,类似于https://stackoverflow.com/a/15531475/220591

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM