We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013615b commit 068d068Copy full SHA for 068d068
payjoin-cli/src/app/v1.rs
@@ -152,6 +152,10 @@ impl App {
152
"Listening at {}. Configured to accept payjoin at BIP 21 Payjoin Uri:",
153
listener.local_addr()?
154
);
155
+
156
+ #[cfg(not(feature = "_manual-tls"))]
157
+ println!("You should run a reverse proxy for the listener to terminate TLS!");
158
159
println!("{pj_uri_string}");
160
161
let app = self.clone();
0 commit comments