damianofalcioni / Websocket-Smart-Card-Signer

Websocket based (NO APPLET) Smart Card Digital Signature Framework
GNU Affero General Public License v3.0
41 stars 23 forks source link

Cannot Sign Using WatchdataProxy Token "SignatureP11.dll" #6

Closed ski14 closed 5 years ago

ski14 commented 5 years ago

The following error occured java.lang.Exception: Can not download the CRL from: https://www.ncodesolutions.com/repository/ncodeca14.crl sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Have tried diable the firewall still the same and It can access the url directly from the browser..Please Help :)

damianofalcioni commented 5 years ago

Hi, the problem may not be only related to the CRL Download but to the fact that the public root of your certificate authority is not in your default java keystore. Just search the error "sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" on google. Is a standard java signature verification failing error.

ski14 commented 5 years ago

Whats is the password for the keystore.jks?

On Thu, Jun 20, 2019 at 4:10 PM Damiano Falcioni notifications@github.com wrote:

Hi, the problem may not be only related to the CRL Download but to the fact that the public root of your certificate authority is not in your default java keystore. Just search the error "sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" on google. Is a standard java signature verification failing error.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/damianofalcioni/Websocket-Smart-Card-Signer/issues/6?email_source=notifications&email_token=ALUQIBZ2WOZS77H6BSYJ5GTP3NNA3A5CNFSM4HZRMPV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYFA7VI#issuecomment-503975893, or mute the thread https://github.com/notifications/unsubscribe-auth/ALUQIB2HQQNYAT3BJLFK7RDP3NNA3ANCNFSM4HZRMPVQ .

damianofalcioni commented 5 years ago

https://lmgtfy.com/?q=java+keystore+default+password ;)