Skip to content

Commit

Permalink
Update troubleshooting-tentacles.md
Browse files Browse the repository at this point in the history
Added note in 'Other error messages' section about SHA1 Octopus server certificates causing communication issues with modern Linux distros.
  • Loading branch information
garrettdass authored Jul 25, 2024
1 parent fe34494 commit ed146ba
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,3 +262,7 @@ Server-side:`System.IO.IOException: Unable to read data from the transport conne
**Halibut.Transport.Protocol.ConnectionInitializationFailedException: Unable to process remote identity; unknown identity 'HTTP/1.0'**

If a Tentacle health-check fails with an error message containing this error message, then there is network infrastructure inserting a web page into the communication. The most common components to do this are firewalls and proxy servers so it's recommend to check your network setup to verify connectivity between the two servers using the information above and then update your infrastructure appropriately.

**Halibut.HalibutClientException: An error occurred when sending a request to 'https://my-tentacle:10933', before the request could begin: Attempted to read past the end of the stream.**

If your Octopus server certificate was [generated with SHA1](/docs/security/cve/shattered-and-octopus-deploy) then you might get this error when connecting to modern Linux distributions, as the default security configuration now rejects communication using SHA1. To regenerate your Octopus server certificate, follow the documentation [How to regenerate certificates with Octopus Server and Tentacle](/docs/security/octopus-tentacle-communication/regenerate-certificates-with-octopus-server-and-tentacle).

0 comments on commit ed146ba

Please sign in to comment.