Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkh5o-0003Mo-Rx for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 Nov 2021 06:28:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mkh5n-0000QO-Qt for pgadmin-hackers@arkaria.postgresql.org; Wed, 10 Nov 2021 06:28:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mkh5n-0000Pt-K9 for pgadmin-hackers@lists.postgresql.org; Wed, 10 Nov 2021 06:28:19 +0000 Received: from mail-io1-xd30.google.com ([2607:f8b0:4864:20::d30]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1mkh5l-0001e7-7U for pgadmin-hackers@postgresql.org; Wed, 10 Nov 2021 06:28:18 +0000 Received: by mail-io1-xd30.google.com with SMTP id 14so1601520ioe.2 for ; Tue, 09 Nov 2021 22:28:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ips/0f1nIuGNQiYIWq6XmBUYlnHuobyfrSomxWX3zNc=; b=V9fwQDmMhKGU8uPShaHRZ51pQxDsP6ac3p/yS5bh/wp3BFIEHGi7TqFl/DAWC2VNNU Ttc1/R37vzVNr02E32NJHnKnVF3Bs0ZnJgmkq8m+goL0SDkOdRm4eM5gDwE/pzkn5wKh Hde6ya8RSEXQOXl63CG7F9fyQcsHaYRMVoV2wBje182x25ERbVAGQWgj432lD+07B8Dh gm/WqEJbPE/vmfuy2qLV0E6covXeXHbGpPMfoI4jSqUAE9Rgor7skCfZXmTd0+Ba224t xtefLoNNUskqkq47tlzM8C8WzxMSC2f0l6zG+wOyABWV2D0n7IBoKMb76p169gaej+BW An7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ips/0f1nIuGNQiYIWq6XmBUYlnHuobyfrSomxWX3zNc=; b=yIlv1n+vV/T4/7JlYUWsKI79572GFFsoF7r9ZX6ArARHfYT+HAb1eVjvxxJ0fSH80S lRUfMlzTV7y285i/jUiOvfTmarUogsr1sdsuG8MKdu1kvID2e6svg7AamQzcp7+q8RiR NM+LZoQfb++zOO+PyboAxIUDuW3JqgGyfhpTce5nNveisjHERAiTBRmlWzq/A03QUWsv w0nHzjnQum8GDVGdTZWjMI4uwQl9ElY872l7hg7AQ7VwMDuaTlXbirsTyCDH37XN/MpI vGmsufgy53IYlm5ZZ5/9IC4B48MvbNWvj2kGhc9+3+kjrJfIsdUbb63gQA53I1OaKG/x joyA== X-Gm-Message-State: AOAM531R70ZuyCT3m/7AZhMO1xRevBJ4LRAJJrwTz795QpfcKyaGYQtB XDfK3G3Nvqh7tazjgH+c5uc8zvTv2WDsc5IgRF8CTjOMBMy53pBiyFo/XYzdS59/g6zFkL+Nl9U WJHWL0QBI0QFec68bI+neMt6+OeEsNfdqs2NfoFkLMyLoVLKDER8boPRKqdwkdOnLq+yfIF23Tm lfnGKo61GaGQC5b9325Z4KrmVEV3S9A6H2gNz8+qJXv4U3KrsfqA3go+LLD0LpPYVKEi3p X-Google-Smtp-Source: ABdhPJy6a6OijoWQ9LqpZZ4Mub6wnptT+TAfiLomHQlcKTe1zlHS98emT3HgIC8PY9bz+aoRTISeyBUDPBUQ5v89Ut4= X-Received: by 2002:a5d:974f:: with SMTP id c15mr9009055ioo.22.1636525695270; Tue, 09 Nov 2021 22:28:15 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Wed, 10 Nov 2021 11:58:04 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] - RM 6905 - Impossible to load databases To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000bb962205d06954eb" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000bb962205d06954eb Content-Type: text/plain; charset="UTF-8" Thanks, the patch applied. On Wed, Nov 10, 2021 at 11:06 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #6905 - Impossible to load > databases. > > The database nodes are not getting loaded *behind* *reverse proxy with > SSL*. This issue has been fixed in this patch. > > Note: Yogesh helped me to setup the apache server with reverse proxy with > SSL and to reproduce the issue. > > Thanks, > Khushboo > > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --000000000000bb962205d06954eb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

On Wed, Nov 10, 2021 at 11:0= 6 AM Khushboo Vashi <= khushboo.vashi@enterprisedb.com> wrote:
Hi,

Please find the attached patch to fix the RM #6905 -=C2=A0Im= possible to load databases.

The database nodes are not getting loaded behind = reverse proxy with SSL. This issue has been fixed in this patch.

Note: Yogesh= helped me to setup the apache server with reverse proxy with SSL and to re= produce the issue.

Thanks,
Khushboo



--
Thanks & Regards
Akshay Joshi
pgAdmi= n Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

--000000000000bb962205d06954eb--