Skip to content

Redis Cloud Connection Example #98

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

Merged
merged 44 commits into from
May 2, 2023
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
61c8103
TestRedisCloudConnection
shacharPash Mar 23, 2023
b161901
using .env for the enviroment vars
shacharPash Mar 27, 2023
cb23cbc
Merge branch 'master' into Issue96/TlsExample
shacharPash Mar 27, 2023
eb6747e
DotEnv class
shacharPash Mar 27, 2023
955efac
delete 'all' var
shacharPash Mar 27, 2023
742f238
add env vars to yml
shacharPash Mar 27, 2023
4d14627
delete DotEnv class
shacharPash Mar 27, 2023
7228065
test TLS Connecting in .NET Core
shacharPash Mar 29, 2023
e6d4601
add to gitignor
shacharPash Apr 2, 2023
482fae9
Experiments
shacharPash Apr 4, 2023
24a9df4
adding client cert parsing + root CA validation
slorello89 Apr 4, 2023
ca3567d
Merge branch 'master' into Issue96/TlsExample
shacharPash Apr 13, 2023
ba36fad
using env vars
shacharPash Apr 19, 2023
dbd4df9
add vars to integration
shacharPash Apr 19, 2023
46d638d
change to Convert.FromHexString
shacharPash Apr 19, 2023
b600cb6
using files
shacharPash Apr 19, 2023
4d4f8f4
quoting echo
chayim Apr 19, 2023
ea49ede
add files to net7.0
shacharPash Apr 19, 2023
7879a70
try #if !WINDOWS
shacharPash Apr 19, 2023
45c00d0
wrap all
shacharPash Apr 19, 2023
c823576
delete usings
shacharPash Apr 19, 2023
d082e73
adding bouncyCastle+4.8.1 example
slorello89 Apr 19, 2023
1c27b8f
Merge branch 'Issue96/TlsExample' of https://github.com/redis/NRedisS…
slorello89 Apr 19, 2023
97851fa
adding back usings
slorello89 Apr 19, 2023
f46ee25
echoing vars to files
slorello89 Apr 19, 2023
24abe51
same pattern for windows
shacharPash Apr 24, 2023
db5bfb1
Merge branch 'master' into Issue96/TlsExample
shacharPash Apr 24, 2023
74826dd
try different way
shacharPash Apr 24, 2023
663656c
Save test certificates with wsl-bash
shacharPash Apr 25, 2023
d78893f
trying
shacharPash Apr 25, 2023
a678aa0
Merge branch 'master' into Issue96/TlsExample
shacharPash Apr 25, 2023
7b2eeef
delete mkdir line
shacharPash Apr 25, 2023
244ba7b
one run try
shacharPash Apr 25, 2023
bb9e4f6
return back
shacharPash Apr 25, 2023
75fe572
add .env to gitignor
shacharPash Apr 30, 2023
0c28eeb
change ImportPrivateKey
shacharPash May 1, 2023
e30e2c5
return to how it was before
shacharPash May 1, 2023
f450a89
comment repeated lines
shacharPash May 1, 2023
e646964
fixing 4.8.1 tests
slorello89 May 1, 2023
a5eaf02
adding some light debugging
slorello89 May 1, 2023
1966aea
could it be?
slorello89 May 1, 2023
7f10958
adding trim
slorello89 May 1, 2023
ad11e0b
removing debugging
slorello89 May 1, 2023
53d9f04
Merge branch 'Issue96/TlsExample' of https://github.com/redis/NRedisS…
shacharPash May 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
delete mkdir line
  • Loading branch information
shacharPash committed Apr 25, 2023
commit 7b2eeef3ab38aebef10c0e5a1e571526cc96887a
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
ls -R
- name: Copy test certificates
run: |
mkdir -p tests/NRedisStack.Tests/bin/Debug/net481/
cp redis_ca.pem tests/NRedisStack.Tests/bin/Debug/net481/
cp redis_user.crt tests/NRedisStack.Tests/bin/Debug/net481/
cp redis_user_private.key tests/NRedisStack.Tests/bin/Debug/net481/
ls -R
- name: Test
shell: cmd
run: |
Expand Down