Skip to content

Instantly share code, notes, and snippets.

@adityatelange
Created January 15, 2023 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adityatelange/d17fd2cb597b7dc7b12778ff2ea08af3 to your computer and use it in GitHub Desktop.
Save adityatelange/d17fd2cb597b7dc7b12778ff2ea08af3 to your computer and use it in GitHub Desktop.
Fix release_arena.ovpn file from @hackthebox

Fix =>

verb 3
- cipher AES-128-CBC
+ data-ciphers-fallback AES-128-CBC
+ data-ciphers AES-256-CBC:AES-256-CFB:AES-256-CFB1:AES-256-CFB8:AES-256-OFB:AES-256-GCM
+ tls-cipher "DEFAULT:@SECLEVEL=0"
auth SHA256

Error Log =>

OpenSSL: error:0A000086:SSL routines::certificate verify failed
TLS_ERROR: BIO read tls_read_plaintext error
TLS Error: TLS object -> incoming plaintext read error
TLS Error: TLS handshake failed
SIGUSR1[soft,tls-error] received, process restarting
Restart pause, 5 second(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment