Skip to content
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

Socket connection using connection string #48568

Open
shivamkaushik14 opened this issue Jul 29, 2021 · 1 comment
Open

Socket connection using connection string #48568

shivamkaushik14 opened this issue Jul 29, 2021 · 1 comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io

Comments

@shivamkaushik14
Copy link

shivamkaushik14 commented Jul 29, 2021

Hello,
I have been trying to find a way to connect to a secure redis cloud instance in Dart (rediss://).
The problem is that there is no way during connection to pass the username/password params to the Socket.connect method.
I would image that it would be similar in the case of secure web sockets' wss:// connection strings.
Is there a way to connect using connection strings (and/or pass authentication params)?
If not, how can we go about implementing that in dart ?

@tojewel
Copy link

tojewel commented Oct 6, 2021

Did anyone solve this problem?

@kevmoo kevmoo transferred this issue from dart-lang/io Mar 15, 2022
@lrhn lrhn added area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io labels Mar 15, 2022
@lrhn lrhn added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. and removed area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. labels Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-io
Projects
None yet
Development

No branches or pull requests

3 participants