dzikoysk / pandomium

Pandomium is the JCEF (Java Chromium Embedded Framework) implementation dedicated for the Maven based projects
Apache License 2.0
188 stars 33 forks source link

Digital Certificate #83

Closed resplandes closed 2 years ago

resplandes commented 2 years ago

How can I access a website that requires a digital certificate?

FriwiDev commented 2 years ago

What kind of website do you mean? A website using https or a website requiring you to upload a certificate to login?

resplandes commented 2 years ago

a site that requires you to upload/select a certificate to login

https://www.nfe.fazenda.gov.br/portal/consultaRecaptcha.aspx?tipoConsulta=resumo&tipoConteudo=7PhJ+gAVw2g=

resplandes commented 2 years ago

Screenshot_1

FriwiDev commented 2 years ago

There is a pull request for this on the official jcef repo. For now this feature seems to be unavailable, unless you want to build the pull request yourself: https://bitbucket.org/chromiumembedded/java-cef/pull-requests/47

According to the forums, jcef currently selects the first certificate automatically: https://magpcss.org/ceforum/viewtopic.php?f=17&t=17705

dzikoysk commented 2 years ago

As we're not really in position to provide this feature, I'm closing this. Thanks @FriwiDev for details about this case! :)