Fixed
Details
Assignee
Ole Petter OrhagenOle Petter OrhagenReporter
Ole Petter OrhagenOle Petter OrhagenStory Points
13Priority
(None)Days in progress
12Fix versions
Sprint
NoneBacklog
yes
Details
Details
Assignee
Ole Petter Orhagen
Ole Petter OrhagenReporter
Ole Petter Orhagen
Ole Petter OrhagenStory Points
13
Priority
Days in progress
12
Fix versions
Sprint
None
Backlog
yes
Zendesk Support
Zendesk Support
Zendesk Support
Checklist
Checklist
Checklist
Created January 29, 2020 at 10:01 AM
Updated August 28, 2020 at 8:01 AM
Resolved August 28, 2020 at 8:01 AM
Acceptance criteria:
mender.conf
must respect theHttpsClient
fields. They already exist in the code, but are unused at the moment.Certificate
andKey
specify the public certificate, and the private key, respectively.If either, but not both, of the above fields are set, print error, and proceed as if neither is set (this must have a test).
SkipVerify
should be removed. It is not possible to skip verification of client certificates, since this is the server's decision, not the client's.When both fields above are set, enable mTLS in the client side transport code.
Unit tests which test that the client certificate is used for all connections to the server. Use mock server from MEN-3116.
Merge to:
feature branch