Page 1 of 1

Managing certificates

PostPosted: Tue Sep 19, 2017 10:04 am
by guus
I'd like to manage the certificates that are used by JCEF. I'd like to modify the list of authorities (and later perhaps, add client certificates of my own). I've found a setting to ignore certificate errors, but that's not providing me with the desired end result (notably: webrtc is failing). Is there a way to modify the truststore used by JCEF?

Re: Managing certificates

PostPosted: Tue Sep 19, 2017 1:10 pm
by magreenblatt
CEF uses the platform certificate store so you can add certificates using OS tools/APIs

Re: Managing certificates

PostPosted: Tue Sep 19, 2017 1:23 pm
by guus
In a Java context, it makes sense (and arguably, is desirable) to use the Java VM-provided certificate stores. Is it feasible to have that added as a feature in JCEF?

Re: Managing certificates

PostPosted: Wed Sep 20, 2017 3:11 am
by magreenblatt
It would require changes in both CEF and JCEF, but it is possible.