pub async fn start_with_config_and_shutdown( config: ServerConfig, shutdown_rx: Receiver<()>, ) -> Result<()>
Start a secure server with custom configuration and shutdown control