Skip to content

feat: add --root-certificate-path option for mobile dev - #13358

Merged
lucasfernog merged 3 commits into
devfrom
feat/mobile-dev-cert
Aug 16, 2025
Merged

feat: add --root-certificate-path option for mobile dev#13358
lucasfernog merged 3 commits into
devfrom
feat/mobile-dev-cert

Conversation

@lucasfernog

Copy link
Copy Markdown
Member

lets you use a HTTPS development server

example usage:

cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/mobile-dev-cert
cargo tauri android dev --open --root-certificate-path "/Users/lucas/Library/Application Support/mkcert/rootCA.pem" --features tauri/rustls-tls

lets you use a HTTPS development server

example usage:
```
cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/mobile-dev-cert
cargo tauri android dev --open --root-certificate-path "/Users/lucas/Library/Application Support/mkcert/rootCA.pem" --features tauri/rustls-tls
```
@lucasfernog
lucasfernog requested a review from a team as a code owner May 1, 2025 12:18
@github-actions

github-actions Bot commented May 1, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through f74bb76

There are 10 changes which include tauri-cli with minor, @tauri-apps/cli with minor, tauri-utils with minor, tauri-bundler with minor, tauri-macos-sign with minor, tauri-runtime-wry with minor, tauri with minor, @tauri-apps/api with minor, tauri-runtime with minor, tauri-plugin with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.7.0 2.8.0
tauri-utils 2.6.0 2.7.0
tauri-macos-sign 2.1.0 2.2.0
tauri-bundler 2.5.2 2.6.0
tauri-runtime 2.7.1 2.8.0
tauri-runtime-wry 2.7.2 2.8.0
tauri-codegen 2.3.1 2.3.2
tauri-macros 2.3.2 2.3.3
tauri-plugin 2.3.1 2.4.0
tauri-build 2.3.1 2.3.2
tauri 2.7.0 2.8.0
@tauri-apps/cli 2.7.1 2.8.0
tauri-cli 2.7.1 2.8.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog

Copy link
Copy Markdown
Member Author

this has been verified by the community member that wanted to use this btw (load a https dev server on mobile)

Comment thread crates/tauri-cli/src/mobile/android/dev.rs Outdated
Comment thread crates/tauri-cli/src/mobile/ios/dev.rs Outdated
Co-authored-by: Fabian-Lars <github@fabianlars.de>
@lucasfernog
lucasfernog merged commit d6d5f37 into dev Aug 16, 2025
27 checks passed
@lucasfernog
lucasfernog deleted the feat/mobile-dev-cert branch August 16, 2025 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants