devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

unknown port udp/8080 #25

Open SandraJam opened 8 years ago

SandraJam commented 8 years ago

Hello,

I'm very interested by goQuic and after a long day for install, I have a last problem but my brain refused to solve this problem. So.

./server -cert=/etc/ssl/server.crt -key=/etc/ssl/server.key 2016/04/13 17:42:28 About to listen on 8080. Go to https://127.0.0.1:8080/ 2016/04/13 17:42:28 unknown port udp/8080

The last line...

Besides, I test with Docker and I have a problem with https (ssl cert and key). So, if you have a solution for this second think.

Thank you :)

sfc0907 commented 7 years ago

Did you have solved this problem?I am facing with it now and I have no idea about it.