ROCKET EXAMPLS TLS QUESTION :Warning: secrets enabled without a stable secret_key
>> disable secrets
feature or configure a secret_key
>> this becomes an error in non-debug profiles
#2737
Unanswered
Augenstern0320sh
asked this question in
Questions
Replies: 1 comment 2 replies
-
What is the question exactly? Do you want to silence the warning? If so, do as the warning suggests: set a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.21s
Running
/root/mtls/Rocket-0.5/examples/target/debug/tls
🔧 Configured for debug.
Then,Access https://127.0.0.1:8000/ and http://127.0.0.1:3000 Display inaccessible.
How to deal with it? Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions