You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using https://github.com/NorseGaud/go-daemon
I run go run examples/cmd/gd-signal-handling/signal-handling.go, which creates child processes that run a basic https GET call to google. Side note: go run examples/cmd/gd-signal-handling/signal-handling.go -s quit to stop it.
What did you see happen?
In the sample.log created, you'll see
2024/04/07 09:11:02 - - - - - - - - - - - - - - -
2024/04/07 09:11:02 daemon started
1
2024/04/07 09:11:03 error making GET request to google.com err Get "https://google.com": tls: failed to verify certificate: SecPolicyCreateSSL error: 0
1
2024/04/07 09:11:04 error making GET request to google.com err Get "https://google.com": tls: failed to verify certificate: SecPolicyCreateSSL error: 0
1
2024/04/07 09:11:05 error making GET request to google.com err Get "https://google.com": tls: failed to verify certificate: SecPolicyCreateSSL error: 0
1
2024/04/07 09:11:06 error making GET request to google.com err Get "https://google.com": tls: failed to verify certificate: SecPolicyCreateSSL error: 0
1
2024/04/07 09:11:07 error making GET request to google.com err Get "https://google.com": tls: failed to verify certificate: SecPolicyCreateSSL error: 0
2024/04/07 09:11:08 terminating...
2024/04/07 09:11:08 daemon terminated
What did you expect to see?
It working :)
The text was updated successfully, but these errors were encountered:
Go version
go version go1.22.2 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
Using https://github.com/NorseGaud/go-daemon
I run
go run examples/cmd/gd-signal-handling/signal-handling.go
, which creates child processes that run a basic https GET call to google. Side note:go run examples/cmd/gd-signal-handling/signal-handling.go -s quit
to stop it.What did you see happen?
In the sample.log created, you'll see
What did you expect to see?
It working :)
The text was updated successfully, but these errors were encountered: