Skip to content

Redis TLS on dedicated port: too many colons in address #332

@mrusme

Description

@mrusme

Describe the bug

Running Redis with TLS on a dedicated port. Trying to connect to it by using this URI:

rediss://user:pwd@redis.example.org:16379/1

Version

2.2.0

Steps to reproduce

Expected behavior

The datasource should be able to connect.

Actual behavior

getInstance error: dial tcp: address rediss://user:pwd@redis.example.org:16379/1: too many colons in address

However, when using redis-cli the exact same string works.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions