SSL, TLS, Security
#12618
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I’m struggling to set up SSL for my Tauri app.
I tried using a self-signed certificate for my WebSocket server, but it required system trust and admin rights, making it hard to manage across OSes.
My app needs to securely send access/refresh tokens to my HTTPS backend using reqwest. I also want to use TLS for WebSockets, but setting up certificates is a pain.
How can I do this easily?
Also, in production, does Tauri send requests from http://localhost? I want to allow only trusted sources but can’t just whitelist localhost. What’s the best way to handle this?
Beta Was this translation helpful? Give feedback.
All reactions