Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions payjoin-cli/src/app/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ impl App {
"Listening at {}. Configured to accept payjoin at BIP 21 Payjoin Uri:",
listener.local_addr()?
);

#[cfg(not(feature = "_manual-tls"))]
println!(
"Make sure to configure a reverse proxy to handle TLS termination for the listener"
);

println!("{pj_uri_string}");

let app = self.clone();
Expand Down
Loading