We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b872d commit f2ed987Copy full SHA for f2ed987
docker/openemr/7.0.1/openemr.sh
@@ -286,7 +286,7 @@ if [ "$REDIS_SERVER" != "" ] &&
286
fi
287
288
if [ "$REDIS_TLS" == "yes" ]; then
289
- REDIS_PATH="tls://${REDIS_PATH}${GET_CONNECTOR}stream[verify_peer]=0&stream[local_cert]=file:///var/www/localhost/htdocs/openemr/sites/default/documents/certificates/redis-ca"
+ REDIS_PATH="tls://${REDIS_PATH}${GET_CONNECTOR}stream[verify_peer]=0\&stream[local_cert]=file:///var/www/localhost/htdocs/openemr/sites/default/documents/certificates/redis-ca"
290
else
291
REDIS_PATH="tcp://$REDIS_PATH"
292
0 commit comments