pub async fn start_with_shutdown( addr: &str, shutdown_rx: Receiver<()>, ) -> Result<()>
Start a secure server with shutdown control for testing