suyashkumar/ssl-proxy

acme/autocert: missing server name

Closed this issue · 0 comments

Heyja, I think the problem (#36) is present again with newest version 0.5.2.

Connecting from WIN Agent to Linux Proxy with -autocert.

-selfcert works fine!

Error Proxy:
ligolo-ng » 2024/02/18 23:56:55 [ERR] yamux: Failed to write header: acme/autocert: missing server name
2024/02/18 23:56:55 [ERR] yamux: Failed to read header: acme/autocert: missing server name
ERRO[0259] could not register agent, error: acme/autocert: missing server name

Error Agent:
./agent-windows.exe -connect 10.10.16.158:11601

agent-windows.exe : time="2024-02-18T14:56:55-08:00" level=info msg="Connection established" addr="10.10.16.158:11601"
+ CategoryInfo : NotSpecified: (time="2024-02-1...0.16.158:11601":String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
2024/02/18 14:56:56 [ERR] yamux: Failed to read header: remote error: tls: internal error
time="2024-02-18T14:56:56-08:00" level=error msg="Connection error: remote error: tls: internal error"
time="2024-02-18T14:56:56-08:00" level=fatal msg="remote error: tls: internal error"

Thanks for the work!