Skip to content

Caddy Self signed and system level trusted certificates not working in Tauri #3616

@jrouaix

Description

@jrouaix

Hi,

We have multiple apis running behind caddy for exposing https self certificates on local domain names like api.awesome-app.lan & app.awesome-app.lan for instance.

After calling caddy trust on ubuntu

  • curl https://app.awesome-app.lan => 🟢
  • chrome on https://app.awesome-app.lan => 🟢
  • a rust process using reqwest crate calling https://api.awesome-app.lan => 🟢
  • tauri http plugin (yes allow configured) on https://app.awesome-app.lan => 🔴

I saw some issues here that might be related ... not sure, also it seems to be a discussed topic in the discord.

What would be the right way to go in order to make this work ? (and avoid activating the dangerous-settings feature in tauri plugin)

Thanks

EDIT : epiphany web browser on utunbu => 🟢

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    🪵 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions