This issue is resolved in vCenter 7.0 U2 (17694817) release.
Workaround:
To workaround the issue, please follow the below mentioned steps:
- Login to VCSA by SSH.
- Edit lighttpd.conf file.
shell
vi /etc/applmgmt/appliance/lighttpd.conf
- Change the value: "server.stream-response-body = 2" to "server.stream-response-body = 1".
#server.stream-response-body = 2
server.stream-response-body = 1
- Restart vami-lighttp service as follows :
systemctl restart vami-lighttp