mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Intel AMT activation fixes.
This commit is contained in:
parent
ffabdb39d3
commit
5bdebda679
3 changed files with 27 additions and 6 deletions
|
@ -167,7 +167,9 @@ module.exports.CreateHttpInterceptor = function (args) {
|
|||
// We have authentication data, lets use it.
|
||||
var AuthArgs = obj.GetAuthArgs(HttpInterceptorAuthentications[obj.args.host + ':' + obj.args.port]);
|
||||
|
||||
AuthArgs.qop = 'auth'; // If different QOP options are proposed, always use 'auth' for now.
|
||||
// If different QOP options are proposed, always use 'auth' for now.
|
||||
AuthArgs.qop = 'auth';
|
||||
|
||||
// In the future, we should support auth-int, but that will required the body of the request to be accumulated and hashed.
|
||||
/*
|
||||
if (AuthArgs.qop != null) { // If Intel AMT supports auth-int, use it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue