Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
legnaleurc committed Dec 17, 2023
1 parent d2adffa commit d2339c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions drive/assets/openssl.cnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
openssl_conf = openssl_init

[openssl_init]
ssl_conf = ssl_sect

[ssl_sect]
system_default = system_default_sect

[system_default_sect]
Options = UnsafeLegacyRenegotiation
2 changes: 1 addition & 1 deletion drive/jav.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/sh

poetry run -- python3 -m app.jav -c "~/.config/wcpan.drive/cli.yaml" "$@"
OPENSSL_CONF=./assets/openssl.cnf poetry run -- python3 -m app.jav -c "~/.config/wcpan.drive/cli.yaml" "$@"

0 comments on commit d2339c0

Please sign in to comment.