gosmee icon indicating copy to clipboard operation
gosmee copied to clipboard

Command line server and client for webhooks deliveries (and https://smee.io)

Results 8 gosmee issues
Sort by recently updated
recently updated
newest added

@chmouel When running gosmee in client mode after about 15 minutes the application crashes with error: > Wed, 10 Apr 2024 07:09:00 UTC INF Starting gosmee version: dev > >...

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26. Release notes Sourced from cachix/install-nix-action's releases. v26 Bump to Nix 2.20.5 to address CVE-2024-27297 / GHSA-2ffj-w4mj-pg37. Commits 8887e59 Nix: 2.20.5 39a075c bump See full...

dependencies

X-Forwarded-For header is added to the outgoing request as expected, but it includes the port number, for example: X-Forwarded-For: 127.0.0.1:1234 This is incorrect according to the specification: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For and since...

bug

Problem: We are running the gosmee server on Azure App Services, and the Azure Loadbalancer in front serving these applications has a default non-changable connection-timeout of 230 seconds. This means...

When using the gosmee client to forward to a local dev process using https with a self-signed certificate, it fails with `tls: failed to verify certificate: x509: certificate signed by...

Probably Github is verifying that the webhook actually replies by senidng an empty message or opening/closing the socket. I doubt it would be the Jenkins server - unless gosmee is...