sdassow / wiking

Golang based wiki engine with content in Markdown format, support for attachments, diagrams, git storage, and fulltext search
Other
2 stars 1 forks source link

Build error with generateTLSConfig #12

Closed ocdtrekkie closed 4 years ago

ocdtrekkie commented 4 years ago

Trying to build, I got this error message:

./server.go:543:27: s.generateTLSConfig undefined (type *Server has no field or method generateTLSConfig)

sdassow commented 4 years ago

My bad, forgot the file.

ocdtrekkie commented 4 years ago

Thanks! I'll try again today hopefully. (A sad thing is that I didn't actually need TLS to work, but it wouldn't build without it.)

sdassow commented 4 years ago

On the other hand HTTP/2.0 would be more tricky to get going because of the certificate setup.

sdassow commented 4 years ago

Thanks for reporting! I do have to make sure I don't break the build in such a way.