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 1oo4eQ-0003JT-Id for pgsql-odbc@arkaria.postgresql.org; Thu, 27 Oct 2022 15:18:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oo4eO-0004AK-Mr for pgsql-odbc@arkaria.postgresql.org; Thu, 27 Oct 2022 15:18:32 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oo4eO-0004A5-EV for pgsql-odbc@lists.postgresql.org; Thu, 27 Oct 2022 15:18:32 +0000 Received: from mail-ed1-f42.google.com ([209.85.208.42]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oo4eM-0002GV-Fj for pgsql-odbc@postgresql.org; Thu, 27 Oct 2022 15:18:32 +0000 Received: by mail-ed1-f42.google.com with SMTP id a67so3298670edf.12 for ; Thu, 27 Oct 2022 08:18:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:references :in-reply-to:subject:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=TIOXIMlH0hXPBYG78N6RQCzX25kWDR/pEYg/cm9dJo4=; b=PAEwJoh51qdInACK9wFKu2dxEAJV3WxvFvCFIuJ8PcRb3YU8YFP9du0vg1RHtJD8Qe 6eCJEdEcESdtc8y/oyCsK0t/Q0HZwqz/fKqgjfQoTJiWqPLZ5NlCurRaa5dqtR5oDK7F jCZObRJMAH3JwimXUCSQl7+gdW2ep2Y1zEj6HaOXCs1k7p18uRcBAkfsfV2lXUerZB0y qf8wX3F90ca5Fv84t6hKJXKtAVB8JInAly0adKhO2tmw6fvTNi5+pwljpVJDvO49YPec LJxc0eXBibzI0ch6UfJeI7rIRrrN6oPxQHa0CRI2yuixLWDIQgJFBDGdm5o5JKpvclgM C0kg== X-Gm-Message-State: ACrzQf3LJeBoCiXXcucD85t30Giq/kNnA8jzHYz5OY6kI0N1eM3RilCk DK6PULSeF/Q4RlZCpDBiiWSSK1MC0VdW+w== X-Google-Smtp-Source: AMsMyM4XV6zyrNu9LTmqUz7eC5HLUQguQDYwwQwWlSZcU363q8EPI8JSP2rFjwftV2hqKBdIZhk4TA== X-Received: by 2002:a05:6402:847:b0:453:944a:ba8e with SMTP id b7-20020a056402084700b00453944aba8emr45404565edz.326.1666883908994; Thu, 27 Oct 2022 08:18:28 -0700 (PDT) Received: from [127.0.0.1] ([213.182.142.66]) by smtp.gmail.com with ESMTPSA id j22-20020a170906411600b0073d638a7a89sm935036ejk.99.2022.10.27.08.18.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 27 Oct 2022 08:18:28 -0700 (PDT) Date: Thu, 27 Oct 2022 17:18:25 +0200 From: Heikki Linnakangas To: pgsql-odbc@lists.postgresql.org, "Torres Cervantes, Salvador" , "pgsql-odbc@postgresql.org" Subject: Re: ODBC Driver for PostgreSQL In-Reply-To: References: <5ORRUWQ68IU4.FI2XKUVP4AC32@rd00155d3b7f9f> Message-ID: <405DA4AA-C9BA-4347-9469-E4FC5A2D2276@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 27 October 2022 16:47:25 CEST, "Torres Cervantes, Salvador" wrote: >Hello, >I'm trying to use your drivers=2E But I have the following error message= =2E Could you please help ? any idea why ? "authentication method 10 not supported" means that the server is configur= ed to use SCRAM authentication, and the driver is an old version that doesn= 't support it=2E Upgrade the ODBC driver=2E - Heikki