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

unknown tls.Config field 'Renegotiation' in struct literal #393

Closed
ajbeach2 opened this issue Sep 1, 2016 · 1 comment
Closed

unknown tls.Config field 'Renegotiation' in struct literal #393

ajbeach2 opened this issue Sep 1, 2016 · 1 comment

Comments

@ajbeach2
Copy link

ajbeach2 commented Sep 1, 2016

My code is the following:

package main

import (

    "github.com/Azure/azure-sdk-for-go/management"
)

func main() {
    client, err := management.ClientFromPublishSettingsFile("mysettings.publishsettings", "")
    if err != nil {
        panic(err)
    }
}

When I run go install, i get the following error message:

../Azure/azure-sdk-for-go/management/http.go:91: unknown tls.Config field 'Renegotiation' in struct literal

I am using go version go1.6.3 darwin/amd64

Am i doing something wrong?

@ajbeach2
Copy link
Author

ajbeach2 commented Sep 1, 2016

upgrading to 1.7 fixed my issue.

@ajbeach2 ajbeach2 closed this as completed Sep 1, 2016
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant