MacOS local development Tauri incorrectly enforcing certificates #12972
Unanswered
AustinCase
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tauri seems to enforce certs on macOS.
For local development we need our tauri app to be able to reach localhosts setup at
https://api.local.strada.tech
( setup with caddy ).Tauri
can
reach the host when we use http://localhost:8000, but that causes other complications... we'd prefer if everything was able to use TLS locally.This is only a problem using
tauri dev
, so not sure our bundle / csp policies matter or have an effect. With a manual override to the reqwest libdanger_accept_invalid_cert
it works, but that isn't required when making a simple cli that makes the same request.Any and all help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions