Has anyone here done ssl cert ignoring for js? I'd...
# ktor
j
Has anyone here done ssl cert ignoring for js? I'd like to run e2e tests in my kotest kotlin js suite that uses a ktor js client to talk to some server with self signed certs 🤔
a
Here is a workaround for the NodeJS target https://stackoverflow.com/a/66476468/13963150
j
Thank you!