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

SSL errors #5

Closed
DimitriPapadopoulos opened this issue Jun 8, 2022 · 2 comments · Fixed by #19
Closed

SSL errors #5

DimitriPapadopoulos opened this issue Jun 8, 2022 · 2 comments · Fixed by #19

Comments

@DimitriPapadopoulos
Copy link
Contributor

DimitriPapadopoulos commented Jun 8, 2022

How do I get past SSL errors?

$ what-vpn vpn.nl.edu
vpn.nl.edu: SSL errors (tried 1/12 sniffers)
$ 

CSCOE

See also dlenski/gp-saml-gui#37.

@DimitriPapadopoulos
Copy link
Contributor Author

DimitriPapadopoulos commented Jun 8, 2022

Also see #6.

Creating a custom OpenSSL conf file and pointing to it with OPENSSL_CONF does the trick:

$ cat >> ~/openssl.conf
openssl_conf = openssl_init

[openssl_init]
ssl_conf = ssl_sect

[ssl_sect]
system_default = system_default_sect

[system_default_sect]
Options = UnsafeLegacyRenegotiation
CipherString = DEFAULT:@SECLEVEL=1
$ 
$ OPENSSL_CONF=~/openssl.conf what-vpn vpn.nl.edu
vpn.nl.edu: Cisco AnyConnect
$ 

But then it would nice to be able to do that programmatically.

@DimitriPapadopoulos
Copy link
Contributor Author

See psf/requests#4775 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant