transcend-io / penumbra

Encrypt/decrypt anything in the browser using streams on background threads.
https://penumbra-example.vercel.app/
Apache License 2.0
145 stars 19 forks source link

Get self-signed certs working in Browserstack #249

Open bencmbrook opened 1 year ago

bencmbrook commented 1 year ago

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.