WE updated our certificate in Octopus deploy and after our Octopus is not able to connect to any of the tentacles. Whenever we try to connect we get the below .
An error occurred when sending a request to ‘https://X.X.X.X:10933/’, before the request could begin: Unable to receive the remote identity; the identity line was empty.
Unable to receive the remote identity; the identity line was empty.
Unable to receive the remote identity; the identity line was empty.
We have replaced the thumbprint as well but still get the same error
I’m glad to hear you managed to solve the issue. Just out of curiosity did you run Tentacle.exe configure --trust NewOctopusServerCertificateThumbprint --console
on the Tentacles after stopping the Tentacle service?
The import-certificate command is used to replace the certificate that Tentacle uses to authenticate itself. If you just changed the certificate on the Octopus Server that command wouldn’t need to be run.
I’m glad you managed to get it all working. Please let me know if you have any further questions.