bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
698 stars 115 forks source link

Failed to start wtihout tls #49

Closed zznty closed 1 year ago

zznty commented 1 year ago
2022/09/01 16:12:31 Cookies are used as session storage
2022/09/01 16:12:31 Starting remote desktop gateway server
2022/09/01 16:12:31 TLS disabled - rdp gw connections require tls, make sure to have a terminator
2022/09/01 16:12:31 ListenAndServe: open : no such file or directory

getting this while trying to start docker container happens only when tls is disabled (im using traefik as tls terminating proxy)

zznty commented 1 year ago

actually just had to turn on https for this service but issue with disabled tls still persists

bolkedebruin commented 1 year ago

I'll have a look. Did you test with latest master?

zznty commented 1 year ago

Did you test with latest master?

yes, seems to be working with http.ListenAndServe but not with server instance

bolkedebruin commented 1 year ago

Fixed in master