-
Notifications
You must be signed in to change notification settings - Fork 439
Unable to specify password with special chars in DSN #652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
as a workaround you could try:
|
the workaround gives me the following error:
Not sure, how to deal with it? |
|
@jeff1985 does a major cloud provider suggest using |
makasim
added a commit
that referenced
this issue
Nov 23, 2018
makasim
added a commit
that referenced
this issue
Nov 23, 2018
makasim
added a commit
to php-enqueue/redis
that referenced
this issue
Nov 23, 2018
makasim
added a commit
to php-enqueue/dsn
that referenced
this issue
Nov 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the recent change and introduction of enqueue/dsn (https://github.com/php-enqueue/dsn/blob/master/Dsn.php) I'm not able to specify a password with special chars in the DSN string. Before I was using it with the following syntax:
I'm using a major cloud provider for the redis resource, the password is auto-generated and always contains special chars. Before I was using urlencode to pass the special chars as parameter and it was working fine.
Now as I see, I have to specify the password in the "user:pass@host" syntax, so it would be something like this:
Easy to verify:
The text was updated successfully, but these errors were encountered: