Turtle cli, Error: unable to verify the first certificate

I’m trying to generate an APK locally with the turtle using an article, the problem is that I don’t go beyond generating the APK with the turtle build command, I have a local server with a certificate and everything, and he has access to the directories, the point is that when I run the turtle command, it asks to activate the certificate verification before, but I can’t find anything on the internet how to do it

I suggest to use ngrok instead

  • python -m http.server 8080 in project dir
  • ngrok http 8080
  • expo export --public-url https://f50801ca.ngrok.io/dist
  • turtle-cli build:android --public-url https://f50801ca.ngrok.io/dist/ios-index.json
1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.