链接已复制
I just need to ask a few questions to make sure I understand what you're trying to do. First, you're using the StorageLib sample in the SDK, correct? Second, when you mention using Certificates, do you mean you want to have a secure connection to AMT (over https) for storing information in the 3PDS?
I just need to ask a few questions to make sure I understand what you're trying to do. First, you're using the StorageLib sample in the SDK, correct? Second, when you mention using Certificates, do you mean you want to have a secure connection to AMT (over https) for storing information in the 3PDS?
Hi Andrew,
Thanks for reply. Yes, you are right.
i want to use StorageSamples provided in SDK 3.0.2 for read/write data on AMT machine from a remote machine.
i want to use certificate while running this sample. How do i use it?
means does i need to create any certificate on AMT machine? or on any remote machine from where i want to read/write data on AMT device?
what are the steps for running the same?
It depends on how you have configured your AMT system - If you are in the SMB mode, you can secure the coomunication for storage API using Digest Authentication and if you are in Enterprise/TLS mode, you can use Server/Mutual authentication.
Please go through the Storage Design guide in the SDK.
Thanks,
Sree
It depends on how you have configured your AMT system - If you are in the SMB mode, you can secure the coomunication for storage API using Digest Authentication and if you are in Enterprise/TLS mode, you can use Server/Mutual authentication.
Please go through the Storage Design guide in the SDK.
Thanks,
Sree
Hi Sree,
we are running into issues when trying to communicate to 3PDS from the local box over TLS but successful from remote. Can you please point us to what might be the issue? We are getting network error (based on teh error code mapping in the header file). Any info will be greatly helpful.
Thanks in advance,
Nirmal R.
Hi Sree,
we are running into issues when trying to communicate to 3PDS from the local box over TLS but successful from remote. Can you please point us to what might be the issue? We are getting network error (based on teh error code mapping in the header file). Any info will be greatly helpful.
Thanks in advance,
Nirmal R.
Does the user that's running the program on the local box have the appropriate certificate to use TLS in that user's certificate store? I'm assuming that the remote machine that's calling 3PDS remotely does, depending on howthe machine was provisioned it should be there.
Andy
