Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 930db10

Browse files
committed
fix script from https to http
1 parent e56c081 commit 930db10

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/relational-databases/security/tutorial-getting-started-with-always-encrypted-enclaves.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ In this step, you will configure the SQL Server computer as a guarded host regis
116116
7. On the SQL Server computer, run the following command in an elevated Windows PowerShell console, to tell the SQL Server computer where to attest. Make sure you specify the IP address or the DNS name of your HGS computer.
117117

118118
```powershell
119-
Set-HgsClientConfiguration -AttestationServerUrl https://<IP address or DNS name>/Attestation -KeyProtectionServerUrl https://<IP address or DNS name>/KeyProtection/
119+
# use http, and not https
120+
Set-HgsClientConfiguration -AttestationServerUrl http://<IP address or DNS name>/Attestation -KeyProtectionServerUrl http://<IP address or DNS name>/KeyProtection/
120121
```
121122

122123
The result of the above command should show that AttestationStatus = Passed.

0 commit comments

Comments
 (0)