Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blue-Green Deployment - Swap - stopped working #7

Open
bjarnegram opened this issue Mar 10, 2021 · 0 comments
Open

Blue-Green Deployment - Swap - stopped working #7

bjarnegram opened this issue Mar 10, 2021 · 0 comments

Comments

@bjarnegram
Copy link

After upgrading F5 to version 14.1.3.x, from 13.1.3.x this task stopped working.
After some debugging i found that it was during New-F5Session it fails.
The TMError object returned:

System.Management.Automation.CmdletInvocationException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
   at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)

By adding this line:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls11
It works again.
Could you update the Task with the TLS 1.1 support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant