09 2021 档案
请求mongo报错 The SCRAM_SHA_1 authentication mechanism requires libmongoc built with ENABLE_SSL
摘要:1.背景: 通过docker安装的php的mongodb扩展需要依赖ssl,否则会报错 2.解决方法 进入容器(docker exec -it 02329b1386a2 bash) apt-get install -y libcurl4-openssl-dev pkg-config libssl-d 阅读全文
posted @ 2021-09-14 11:26 GulperMao 阅读(646) 评论(0) 推荐(0)