Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 16, 2024
1 parent 9f41718 commit 456eede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stunnel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
#- run: ls /var/log
#- run: cat /home/runner/work/passport-http-bearer/passport-http-bearer/stunnel.log
#- run: curl http://registry.npmjs.org/passport-strategy --proxy http://127.0.0.1:8086
- run: curl https://registry.npmjs.org/passport-strategy --proxy https://127.0.0.1:8086
- run: curl -vLk https://registry.npmjs.org/passport-strategy --proxy https://127.0.0.1:8086
#- run: npm config set registry="http://registry.npmjs.org/"
- run: npm config set http-proxy http://localhost:8086
- run: npm config set https-proxy http://localhost:8086
Expand Down
4 changes: 2 additions & 2 deletions etc/stunnel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pid =
client = yes
accept = 8086
connect = registry.npmjs.org:443
sslVersion = TLSv1
#sslVersion = all
#sslVersion = TLSv1
sslVersion = all

0 comments on commit 456eede

Please sign in to comment.