Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vmware:tip:cipher [2023/10/25 12:13] jsvmware:tip:cipher [2023/10/25 12:23] (current) js
Line 1: Line 1:
 ====== Change Cipher on ESXi ====== ====== Change Cipher on ESXi ======
  
-KB Article: [[https://kb.vmware.com/s/article/79476]] 
  
 ==== For port 443 (HTTPS) on ESXi ==== ==== For port 443 (HTTPS) on ESXi ====
Line 36: Line 35:
   - Add the below line:<code>sslCipherList: ECDHE+AESGCM:ECDHE+AES</code>   - Add the below line:<code>sslCipherList: ECDHE+AESGCM:ECDHE+AES</code>
   - Restart the CIM service by running this command:<code bash>/etc/init.d/sfcbd-watchdog restart</code>   - Restart the CIM service by running this command:<code bash>/etc/init.d/sfcbd-watchdog restart</code>
 +
 +
 +==== Websites & Informations ====
 +  * [[https://williamlam.com/2023/07/configuring-tls-cipher-suites-in-esxi-8-0-update-1.html]]
 +  * [[https://kb.vmware.com/s/article/79476]]
 +  * [[https://core.vmware.com/vmware-vsphere-8-default-ssltls-cipher-suites]]
 +
 +