diff --git a/src/app/browser/window/tab/item/page.rs b/src/app/browser/window/tab/item/page.rs index ff0b0c1a..b3d1f6f4 100644 --- a/src/app/browser/window/tab/item/page.rs +++ b/src/app/browser/window/tab/item/page.rs @@ -461,7 +461,7 @@ impl Page { let client = SocketClient::new(); client.set_protocol(SocketProtocol::Tcp); - // Check request match configured identity in profile database + // Return PEM string match `uri` let certificate = match self .profile .identity