<div dir="ltr">I wonder if that's more a function of the PostgreSQL client library version/capabilities. Do you know what MapServer is compiled against? You might try connecting to your database with psql as another test of the client lib.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 18, 2021 at 2:25 PM Moen, Paul T. <<a href="mailto:pmoen@nd.gov">pmoen@nd.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I recently tried a Mapserver layer connected to a PostgreSQL 13.2 database that had password_encryption = scram-sha-256.  I was unsuccessful in getting it to work until I switched it to md5 and reset the passwords.  The following error was logged and the interesting part seems to be (authentication method 10 not supported).<br>
<br>
[Thu Feb 18 13:57:02.652879 2021] [php7:warn] [pid 16668] [client <a href="http://192.168.100.4:57341" rel="noreferrer" target="_blank">192.168.100.4:57341</a>] PHP Warning:  mapObj::drawQuery(): [MapServer Error]: msPostGISLayerOpen(): Database connection failed. Check server logs for more details.Is the database running? Is it allowing connections? Does the specified user exist? Is the password valid? Is the database on the standard port?\n in /Volumes/Data/WebServer/newswc/php/drawmappm.php on line 243, referer: <a href="http://stagmapservice.swc.nd.gov/" rel="noreferrer" target="_blank">http://stagmapservice.swc.nd.gov/</a><br>
Database connection failed (authentication method 10 not supported<br>
) with connect string 'user=dauser password=****** dbname=swc host=dadatabase.blah.blah.blah port=5432'<br>
Is the database running? Is it allowing connections? Does the specified user exist? Is the password valid? Is the database on the standard port? in msPostGISLayerOpen()msPostGISLayerOpen(): Query error. Database connection failed. Check server logs for more details.Is the database running? Is it allowing connections? Does the specified user exist? Is the password valid? Is the database on the standard port?<br>
msDrawMap(): Image handling error. Failed to draw layer named 'Countries - Natl Atlas'.<br>
<br>
Is this an issue with MapServer?  If so, will scram-sha-256 authentication be supported by Mapserver?<br>
<br>
Thanks,<br>
<br>
Paul<br>
<br>
MapServer version 7.6.2 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=GEOS SUPPORTS=POINT_Z_M SUPPORTS=PBF INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE<br>
<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</blockquote></div>