-
-
Notifications
You must be signed in to change notification settings - Fork 462
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
Ubuntu 12.04 LTS Missing something? #49
Comments
You need go 1.2. Install it or you can use docker: https://github.com/kasimon/docker-heartbleed (shameless plug ;) ) |
I did not find a straightforward way to upgrade to 1.2 (which seems like it should be the easiest thing to do), so I decided to try the instructions from the link you provided. Not having permission to a public key? Seems like everyone should have permission to a public key. |
Please try sudo docker build -t lakstins/heartbleed instead. If that works, I'll update the instructions. 2014-04-09 13:55 GMT+02:00 BrianLakstins [email protected]:
|
I used the command: |
I ran the test: YAY! |
Looks like upgrading to GO 1.2 would have required following these instructions: When I first tried to just upgrade, I only found the second instructions, so it was not working for me. |
Nice catch, will fix URL and alias command asap. 2014-04-09 14:24 GMT+02:00 BrianLakstins [email protected]:
|
I think I'm still missing something. Any idea what it is?
I installed go:
sudo apt-get install golang-go
then installed git:
sudo apt-get install git-core
I try the command:
sudo go get github.com/FiloSottile/Heartbleed
and get the following:
github.com/davecgh/go-spew/spew
/usr/lib/go/src/pkg/github.com/davecgh/go-spew/spew/dump.go:211: vt.ConvertibleTo undefined (type reflect.Type has no field or method ConvertibleTo)
/usr/lib/go/src/pkg/github.com/davecgh/go-spew/spew/dump.go:217: vv.Convert undefined (type reflect.Value has no field or method Convert)
github.com/FiloSottile/Heartbleed/tls
/usr/lib/go/src/pkg/github.com/FiloSottile/Heartbleed/tls/cipher_suites.go:66: undefined: cipher.AEAD
/usr/lib/go/src/pkg/github.com/FiloSottile/Heartbleed/tls/cipher_suites.go:133: undefined: cipher.AEAD
/usr/lib/go/src/pkg/github.com/FiloSottile/Heartbleed/tls/cipher_suites.go:149: undefined: cipher.AEAD
/usr/lib/go/src/pkg/github.com/FiloSottile/Heartbleed/tls/handshake_server.go:556: undefined: crypto.PublicKey
/usr/lib/go/src/pkg/github.com/FiloSottile/Heartbleed/tls/tls.go:93: undefined: net.Dialer
The text was updated successfully, but these errors were encountered: