Please check if port 80/443 is in use by other program as I see the rhttproxy service got access denied from the logs so this service do not have permission to access file under programdata\vmware or program files\vmware folders
2019-12-20T08:57:31.468-08:00 info rhttpproxy[01728] [Originator@6876 sub=Default] Vmacore::InitSSL: handshakeTimeoutUs = 20000000
2019-12-20T08:57:31.468-08:00 error rhttpproxy[01728] [Originator@6876 sub=Default] No ssl keystore file specified. Outgoing SSL connections may fail
2019-12-20T08:57:31.468-08:00 error rhttpproxy[01728] [Originator@6876 sub=Default] Application error: Access is denied.
netstat -anob |findstr 80
netstat -anob |findstr 443 should not give any pid as rhttpproxy is down..
if anything is using it, you need to identify the pid(except for 4 as that is system process)
for pid 4, try the kb VMware Knowledge Base and VMware Knowledge Base
Thanks,
MS