<div dir="ltr">Hi all,<div>I'm facing the following issue with QGIS 3.1.0 (<span style="white-space:pre-wrap;text-decoration-line:underline;color:rgb(0,0,255)"><a href="https://github.com/qgis/QGIS/commit/10044fb1dd">10044fb1dd</a></span><span style="white-space:pre-wrap">) on Windows 10.</span></div><div><span style="white-space:pre-wrap">I can define a connection to my local PG, using basic authentication, and I can access data from Browser. </span></div><div><span style="white-space:pre-wrap">If I try to open the connection from DB Manager I obtain;</span></div><div><span style="white-space:pre-wrap"><br></span></div><div><span style="white-space:pre-wrap">Traceback (most recent call last):
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_model.py", line 441, in rowCount
        self._refreshIndex(parent, True)
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_model.py", line 490, in _refreshIndex
        if item.populate():
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_model.py", line 167, in populate
        if not connection.connect():
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_plugins\postgis\plugin.py", line 103, in connect
        return self.connectToUri(uri)
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_plugins\plugin.py", line 109, in connectToUri
        self.db = self.databasesFactory(self, uri)
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_plugins\postgis\plugin.py", line 70, in databasesFactory
        return PGDatabase(connection, uri)
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_plugins\postgis\plugin.py", line 111, in __init__
        Database.__init__(self, connection, uri)
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_plugins\plugin.py", line 218, in __init__
        self.connector = self.connectorsFactory(uri)
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_plugins\postgis\plugin.py", line 114, in connectorsFactory
        return PostGisDBConnector(uri)
  File "C:/OSGEO4~1/apps/qgis-dev/./python/plugins\db_manager\db_plugins\postgis\connector.py", line 128, in __init__
        os.remove(sslCAFile)
PermissionError: [WinError 5] Access denied: 'C:/Users/giohappy/AppData/Local/Temp/tmp_basic_{4703a7e8-5f5a-44ec-b490-7fd4ec0e9f7f}.pem'
                        </span><br></div><div><span style="white-space:pre-wrap">I've tried removing and recreating the auth credentials.</span></div><div><span style="white-space:pre-wrap">I've tried also running QGIS as administrator.</span></div><div><span style="white-space:pre-wrap">Nothing seems to work...</span></div><div><span style="white-space:pre-wrap"><br></span></div><div><span style="white-space:pre-wrap">Is it a known bug?</span></div><div><span style="white-space:pre-wrap"><br></span></div><div><span style="white-space:pre-wrap">Giovanni</span></div></div>