sasl-scram Questions
2
Solved
I edited pg_hba.conf:
sudo su postgres
nano /etc/postgresql/10/main/pg_hba.conf
and added this line:
local all username scram-sha-256
and changed all md5 to scram-sha-256 in that file.
As th...
Blockbusting asked 20/11, 2018 at 16:36
1
I've been trying to add a SASL Authentication to my Kafka Brokers using SASL_PLAINTEXT SCRAM-SHA-256 for a while, but without any success. I keep getting the following error on Kafka's logfile.
...
Austin asked 4/6, 2018 at 16:22
1
I've forked the cl-mongo (common lisp MongoDB library) repository from fons, as it has fallen out of maintenance and does not support the SCRAM-SHA-1 login process. This is my fork: https://github....
Whorled asked 9/9, 2015 at 18:15
1
Solved
Recently, I was able to get MD5 authentication working for XMPP streams in Swift IOS following the instructions on the following two websites (I used the CC-MD5 function of Apple's CommonCrypto C l...
Enthrall asked 27/3, 2015 at 10:21
1
© 2022 - 2024 — McMap. All rights reserved.