Skip to content
Snippets Groups Projects
  • Paul Melnikow's avatar
    af810957
    Fix TLS errors preventing Redis connections in production (#3899) · af810957
    Paul Melnikow authored
    ioredis 4.14.0 introduced an issue where custom TLS options are no longer honored. I reported it here: luin/ioredis#947
    
    This has been preventing the server from using GitHub tokens, however I'm not sure whether or not this has been causing noticeable issues.
    
    For now let's downgrade to the latest working version, which I've confirmed working via the script (checked in).
    af810957
    History
    Fix TLS errors preventing Redis connections in production (#3899)
    Paul Melnikow authored
    ioredis 4.14.0 introduced an issue where custom TLS options are no longer honored. I reported it here: luin/ioredis#947
    
    This has been preventing the server from using GitHub tokens, however I'm not sure whether or not this has been causing noticeable issues.
    
    For now let's downgrade to the latest working version, which I've confirmed working via the script (checked in).
redis-connectivity-test.js 585 B