You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeking support for connecting to my postgres database via SSPI. I've spent hours trying to find a solution to work with my application and I'm hopeful I do not have to abandon the code and start over in another programing language with postgres SSPI authentication support.
I also had to change how some of my returned values were being processed. Previous values that were returned as int64 are now being returned as int32 and previous Boolean values are now being returned as strings "1" or "0":
Hopefully this information is helpful to anyone else seeking SSPI authentication within their Go application.
I'm seeking support for connecting to my postgres database via SSPI. I've spent hours trying to find a solution to work with my application and I'm hopeful I do not have to abandon the code and start over in another programing language with postgres SSPI authentication support.
pg_hba.conf example:
My Go database connection example
Returned error :
Error connecting to the database: pq: unknown authentication response: 9
Thank you for viewing my issue. If you need anymore information from me please let me know. Any support or suggestions will be greatly appreciated.
The text was updated successfully, but these errors were encountered: