hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
423 stars 51 forks source link

demo gives a ssl error when using a different BASE_URL #212

Closed TopRoupi closed 2 years ago

TopRoupi commented 2 years ago

only thing i changed in the demo was setting BASE_URL to https://www.greyrepo.xyz

after running the application it will show the default error page on the phone screen and show this error on the logs

image

jayohms commented 2 years ago

What WebView version is running on your device? Turbo doesn't handle any SSL logic, it's all handled directly by the device's underlying WebView. If you're on an updated version, you should see it based on Chromium 96.x or 97.x.

TopRoupi commented 2 years ago

it was indeed a problem with the version, i updated the emulator sdk version and it is working now.