Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rA1pl-004Eo0-Ft for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Dec 2023 05:49:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rA1pj-00F0Xo-Tc for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Dec 2023 05:49:31 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rA1pj-00F0XS-Lo for pgadmin-hackers@lists.postgresql.org; Mon, 04 Dec 2023 05:49:31 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rA1pg-009zxE-UC for pgadmin-hackers@lists.postgresql.org; Mon, 04 Dec 2023 05:49:31 +0000 Received: from github.com (hubbernetes-node-f4d36cc.ash1-iad.github.net [10.56.145.30]) by smtp.github.com (Postfix) with ESMTPA id 59EB410076D for ; Sun, 3 Dec 2023 21:49:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1701668967; bh=zc4D7H7f6WYiP01Td0C8L6DY5PQdOhX2Us2TRKZ7glE=; h=Date:From:To:Subject:From; b=hHAXmjpiJABcq3Il0+AZlOvrnkXm4dW+UAeLsOU0Y14+HEzAhqWJCdcZJIPAOEEXm s3HX0t+jkOtYASUL3E51uEcT1zNfQaUA5pbbVbYygcRJvT9AtL/s58EtLys9WBk+5V P5bARh2C4wgAWuT23/7B+5jAoxAkEFuRWjWkpc8U= Date: Sun, 03 Dec 2023 21:49:27 -0800 From: Yogesh Mahajan To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 4e2aa8: Provide a way to bypass the SSL cert verification ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 4e2aa82ddd3dc9d8096b75d1ac7cc9af4d6072bf https://github.com/pgadmin-org/pgadmin4/commit/4e2aa82ddd3dc9d8096b75d1ac7cc9af4d6072bf Author: Yogesh Mahajan Date: 2023-12-04 (Mon, 04 Dec 2023) Changed paths: M docs/en_US/oauth2.rst M web/config.py M web/pgadmin/authenticate/oauth2.py Log Message: ----------- Provide a way to bypass the SSL cert verification for OAuth2 provider. #6095