-
1. Re: Vcenter Server 6 update using a specified repository
LVANDUIJN Apr 12, 2016 11:48 PM (in response to Kevin_Gerits)I have the same issue.. used a windows 2008 r2 IIS machine but get the signature message.. should work just fine.
-
2. Re: Vcenter Server 6 update using a specified repository
stevenbright Oct 5, 2016 2:24 PM (in response to Kevin_Gerits)1 person found this helpfulMake sure that you have MIME types defined for all of the various file types that are part of the repository. In particular, mine was missing the MIME type definition for .sign files (text/html). Also if you have request filtering of file name extensions, ensure that .json, .xml, .sign, .rpm, and .zip are added to the list of accepted file extensions.
-
3. Re: Vcenter Server 6 update using a specified repository
fkaki Mar 15, 2017 7:21 AM (in response to stevenbright)Same here, MIME type .sign (text/html) was missing (Server2012R2). .json, .xml, rpm, and .zip were still part of the list of accepted file extensions.
Thank you!!
-
4. Re: Vcenter Server 6 update using a specified repository
Kevin_Gerits Mar 15, 2017 7:25 AM (in response to stevenbright)you were correct, i was indeed missing the MIME type definition for .sign files. after i added it, i was able to update from my custom repository.
Sorry for the late reply