traefik / whoami

Tiny Go server that prints os information and HTTP request to output

Home Page:https://traefik.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flags are not clear or not working

PackElend opened this issue · comments

Hi,
I assume
cert: give me a certificate
key: give me a key
allow me to do https.
Does that mean it creates a certificate by itself or do I need to add the path to a local certificate?

curl https://localhost:32769
curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308)

Hello,

the me in "give me" is the whoami app.

So you have to provide a cert file and a key file.

Hello,
Any chance that someone will share a working example or can tell how I can check that the flags are processed correctly?