Thursday, December 8, 2011

SSL session timeout

file:  /etc/vmware/hostd/config.xml

 add entry:

<vmacore>
...
<http>
<readTimeoutMs>20000</readTimeoutMs>
</http>
...
<ssl>
...
<handshakeTimeoutMs>20000</handshakeTimeoutMs>
...
</ssl>
</vmacore>
restart the hostd process

No comments:

Post a Comment