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

howett.net serves an invalid cert. #16

Closed
abourget opened this issue Aug 25, 2015 · 6 comments
Closed

howett.net serves an invalid cert. #16

abourget opened this issue Aug 25, 2015 · 6 comments

Comments

@abourget
Copy link

With Go 1.5, I get:

$ go get howett.net/plist
package howett.net/plist: unrecognized import path "howett.net/plist"

and running go get with -v shows that there is an invalid cert served at howett.net.

The only solution is to go get -insecure but this is not done by many automated tools.. so it really blocks automatic acquisition of the package. Can this be fixed ? :)

thanks!

@IUSR
Copy link

IUSR commented Sep 22, 2015

Same issue here with go 1.5.1. A workaround could be to import the github repo path instead, though.

@sbdchd
Copy link

sbdchd commented Oct 23, 2015

Although the issue still persists, the following solution worked for me.

go get github.com/DHowett/go-plist
import plist "github.com/DHowett/go-plist"

@djui
Copy link

djui commented Aug 20, 2016

Please update the README.

@dmitshur
Copy link

dmitshur commented Aug 21, 2016

I can reproduce with Go 1.7 right now:

$ go get howett.net/plist
package howett.net/plist: unrecognized import path "howett.net/plist" (https fetch: Get
    https://howett.net/plist?go-get=1: x509: certificate is valid for
    ultraviolet.howett.net, not howett.net)

/cc @DHowett

@DHowett
Copy link
Owner

DHowett commented Mar 6, 2017

I am very sad about this. I'm going to look at further remediation steps such as serving a legitimate certificate from howett.net.

I'd prefer to have "canonical" import paths for my packages that root them to my web presence, but we all know how well that works. 🤕

@DHowett
Copy link
Owner

DHowett commented Mar 10, 2017

howett.net should no longer serve an invalid cert. The canonical import path will remain howett.net/plist.

@DHowett DHowett closed this as completed Mar 10, 2017
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

6 participants