Intel vPro® Platform
Intel Manageability Forum for Intel® EMA, AMT, SCS & Manageability Commander
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
3050 Discussions

Necessary modifications for TLS communication

watamaru2000
Beginner
1,138 Views

So far, I have been controlling the power of the PC from my custom application using the AMT SDK and non-TLS communication. In order to support TLS communication, can I just change the parameters of CimOpenWsmanClient() as follows? Also, do I need to worry about the version of AMT and TLS of the target connection (server)?

Current situation:
1. Use CimOpenWsmanClient() and specify 16992 and FALSE as the second and third parameters.
2. Use CIM_PowerManagementService RequestPowerStateChange() to get the power state.
3. Use CIM_AssociatedPowerManagementService PowerState() to change the power state.

Going forward:
1. Use CimOpenWsmanClient() and specify 16993 and TRUE as the second and third parameters.
2. Use CIM_PowerManagementService RequestPowerStateChange() to get the power state.
3. Use CIM_AssociatedPowerManagementService PowerState() to change the power state.

Environment:
AMT SDK 16.0.4.1

0 Kudos
4 Replies
MIGUEL_C_Intel
Moderator
1,113 Views

Hello, watamaru2000,


The TLS 1.2 is supported on endpoint machines with Intel® AMT version 12 and higher.  This technology is embedded in the chipset firmware of the systems.  Intel® Core processors 8th gen and newer supported it only.


The server machine and the operating system need to support TLS 1.2.


Regards,

Miguel C.

Intel Customer Support Technician


0 Kudos
Eduardo_B_Intel
Employee
1,091 Views

Hello watamaru2000,


I would like to know if you have any additional questions related to our previous message, or if there is anything else I can do for you. I will monitor your case today and follow up on the 15th if needed. For anything else, let me know.


Warm regards,


Eduardo B

Intel Customer Support.


0 Kudos
Eduardo_B_Intel
Employee
1,055 Views

Hello watamaru2000,


I would like to know if you have any additional questions related to our previous message, or if there is anything else I can do for you. I will monitor your case today and follow up on the 20th if needed. For anything else, let me know.


Warm regards,


Eduardo B

Intel Customer Support.


0 Kudos
Eduardo_B_Intel
Employee
1,006 Views

Hello watamaru2000,


I would like to know if you have any additional questions related to our previous message, or if there is anything else I can do for you. Since there was no response for our previous messages, I will proceed to mark the case as resolved. If additional support is needed, please do not hesitate to let us know.


Warm regards,


Eduardo B

Intel Customer Support.



0 Kudos
Reply