hubotio / hubot-redis-brain

A hubot script to persist hubot's brain using redis
69 stars 55 forks source link

fix: Enable connecting to Redis with the rediss:// (SSL/TLS) with a s… #57

Closed joeyguerra closed 1 year ago

joeyguerra commented 1 year ago

…elf-signed cert.

By setting the following environment variables:

REDIS_URL = rediss://localhost:6379 (or whatever the host is) REDIS_REJECT_UNAUTHORIZED = 'false'

fixes #43

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.1.6 :tada:

The release is available on:

Your semantic-release bot :package::rocket: