ethanak / SimplePgSQL

Simple PostgreSQL connector for Arduino and ESP8266
GNU Lesser General Public License v2.1
49 stars 31 forks source link

Brummbaer scram2md5 #7

Open brummbaer opened 2 years ago

brummbaer commented 2 years ago

Added the following to readme.md: If md5 is specified as a method in pg_hba.conf but the user's password on the PostgreSQL server is encrypted for SCRAM, then SCRAM-based authentication will automatically be chosen instead. As a workaround, consider downgrading password encryption in PostgreSQL from SCRAM to md5 in postgres.conf. Then renew user passwords if already created.