VMware Cloud Community
dbenav
Contributor
Contributor

VCENTER Server 5.5 Update 3d how to enable TLS 1.2

Hello,

I would like to know how to enable TLS 1.2 on VCENTER  Server 5.5 Update 3d . 

Thanks

Tags (1)
0 Kudos
2 Replies
rcporto
Leadership
Leadership

Take a look here: Configuring SSLv3 protocol on vSphere 5.x (2139396) | VMware KB

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
0 Kudos
dbenav
Contributor
Contributor

Thank You Richardson ,

I would like to be more specifically in my case . i required to enable  TLS1.0 / TLS1.2 only in Windows vcenter web  port 443

the KB explain only how to disable SSLV3 and not how to enable TLS1.2

Edit the file to add  <sslOptions>50479104</sslOptions> to disable SSLv3:
         
      <vmacore>
<cacheProperties>true</cacheProperties>
<ssl>
<useCompression>true</useCompression>
      <sslOptions>50479104</sslOptions>

</ssl>
<threadPool>
<TaskMax>90</TaskMax>
<threadNamePrefix>vpxd</threadNamePrefix>
</threadPool>
</vmacore>

0 Kudos