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

Create parameter to optionally trust self signed SSL certificates #28

Closed
mpostelnicu opened this issue Sep 7, 2018 · 0 comments
Closed
Assignees
Milestone

Comments

@mpostelnicu
Copy link
Contributor

There are all sorts of problems with some providers self signing SSL certs and not being able to use the tool because the SSL certificate will fail with a message such

Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) ~[na:1.8.0_171]
	at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1964) ~[na:1.8.0_171]
	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:328) ~[na:1.8.0_171]

adding a parameter to optionally trust self signed certificates will be useful

@mpostelnicu mpostelnicu self-assigned this Sep 7, 2018
@mpostelnicu mpostelnicu added this to the 0.4.0 milestone Sep 7, 2018
mpostelnicu added a commit that referenced this issue Sep 7, 2018
mpostelnicu added a commit that referenced this issue Sep 10, 2018
…tionally_trust_self_signed_SSL_certificates_#28

fixes #28
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

No branches or pull requests

1 participant