transcend-io / penumbra

Encrypt/decrypt anything in the browser using streams on background threads.

Home Page:https://penumbra-example.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get self-signed certs working in Browserstack

bencmbrook opened this issue · comments

Currently there's a certificate error in Browserstack / Karma testing. HTTPS is required here, because subtle.crypto is only available on window in secure contexts. Firefox appears to be the only browser that actually exhibits that behavior, but it is spec-compliant.