Miroshin Stepan
Miroshin Stepan
@rossinicolas Could you try to remove `~/.fortify` folder and restart Fortify. It must generate the new SSL certificate and mark it like a trusted certificate. On SSL generation you'll see...
It's strange. I can't reproduce that issue. Fortify reinstalls SSL certificate and the browser trusts to it 
I've got the same problem on MacOS for Firefox browser. Looks like Fortify can't register SSL certificate. working on it @rossinicolas Thank you for the help
@rossinicolas Could you check out your Mozilla Profiles folder? The current version of Fortify looks for profiles with `default` name in: - Windows: `~/AppData/Roaming/Mozilla/Firefox/Profiles` - Linux: `~/.mozilla/firefox` - MacOS: `/Library/Application...
It occurs cause Fortify cannot get certificate value from your token. Yubikey PKCS#11 library throws `CKR_FUNCTION_FAILD` on `CKA_VALUE` attribute getting. Looks like you've got this error https://github.com/Yubico/yubico-piv-tool/blob/f794d023920dca658a34a918439040dfd1bdefc2/ykcs11/objects.c#L526 `Tools` tries to...
``` 22.06.2020 19:35 63 109 index.es.js 22.06.2020 19:35 63 529 index.js 22.05.2020 14:02 types 22.06.2020 19:36 580 724 webcrypto-socket.js 22.06.2020 19:36 226 158 webcrypto-socket.min.js 22.06.2020 19:35 156 767 webcrypto-socket.min.mjs 22.06.2020...
Fortify v1.0.4?
`node-webcrypto-p11` has [getProviderInfo](https://github.com/PeculiarVentures/node-webcrypto-p11/blob/master/lib/utils.ts#L46) it returns list of supported algorithms. There is no info about key size. Info about OSX system provider  It looks UI doesn't use info about provider...
`node-webcrypto-p11` throws such errrors. Should we fix error description in `node-webcrypto-p11` layer? Or we can catch errors in `webcrypot-local` layer for all WebCrypto implementations. Current version of server catches all...
Token event has param ```typescript interface TokenEventParam { removed: IProvider[]; added: IProvider[]; error?: Error; } ``` Error for next cases - if we don't know ATR (all supported ATRs will...