expo / orbit

Accelerate your development workflow with one-click build launches and simulator management from your macOS menu bar
https://expo.dev/orbit
MIT License
441 stars 9 forks source link

Bypas Expo Orbit #207

Open ogrunebaumrbi opened 6 days ago

ogrunebaumrbi commented 6 days ago

Been stuck on this for a week now.

Screenshot 2024-10-15 at 3 30 57 PM

Is there an easy way to entirely disable TLS verification in the application (when possible) or to configure the application to reference a certificate chain that has the Netskope certificate included. I can't remove the Netskope security from the machine.

I tried NODE_TLS_REJECT_UNAUTHORIZED but it didn't work. So was hoping to get your advice.

wodin commented 6 days ago

It sounds like you might need to add Netskope's CA cert to Expo Orbit's trusted root certificates. But I don't know if that's possible, or if so, how.

If it was using node, you might be able to set this option: https://nodejs.org/api/cli.html#cli_node_extra_ca_certs_file

But it looks like it uses Hermes instead of node.