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

Request with TLS1.2 - tls: handshake failure #26

Open
ronakthamor opened this issue Mar 15, 2019 · 0 comments
Open

Request with TLS1.2 - tls: handshake failure #26

ronakthamor opened this issue Mar 15, 2019 · 0 comments
Assignees

Comments

@ronakthamor
Copy link

How can I check if I am requesting with which TLS version?
Requirement of SOAP API is to connect with TLS1.2. How should I add that config while calling method?

Code:

soap, err := gosoap.SoapClient(WSDL_URL)
err = soap.Call("__getFunctions", gosoap.Params{})

Error I am getting is:

remote error: tls: handshake failure
@ronakthamor ronakthamor changed the title Request with TLS1.2 Request with TLS1.2 - tls: handshake failure Mar 15, 2019
@tiaguinho tiaguinho self-assigned this Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants