Skip to content

Commit

Permalink
Removing the requirement of passing cipher-name. Default is more secu…
Browse files Browse the repository at this point in the history
…re (#1481)
  • Loading branch information
vrdmr authored Mar 13, 2019
1 parent ec51856 commit 3f83843
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azurelinuxagent/common/protocol/wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,6 @@ def get_header_for_cert(self):
return {
"x-ms-agent-name": "WALinuxAgent",
"x-ms-version": PROTOCOL_VERSION,
"x-ms-cipher-name": "DES_EDE3_CBC",
"x-ms-guest-agent-public-x509-cert": cert
}

Expand Down

0 comments on commit 3f83843

Please sign in to comment.