Changeset 57578 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 28, 2015 11:39:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp
r57577 r57578 171 171 "http://www.verisign.com/repository/roots/root-certificates/PCA-3.pem", /* dead */ 172 172 NULL, 173 "http://update s.virtualbox.org/cacerts-symantec-PCA-3-pem-has-gone-missing-again" /* attention getter */173 "http://update.virtualbox.org/cacerts-symantec-PCA-3-pem-has-gone-missing-again" /* attention getter */ 174 174 }, 175 175 }, … … 229 229 "http://www.symantec.com/content/en/us/enterprise/verisign/roots/VeriSign-Class-3-Public-Primary-Certification-Authority-G5.pem", /* (in case they correct above typo) */ 230 230 "http://www.verisign.com/repository/roots/root-certificates/PCA-3G5.pem", /* dead */ 231 "http://update s.virtualbox.org/cacerts-symantec-PCA-3G5-pem-has-gone-missing-again" /* attention getter */231 "http://update.virtualbox.org/cacerts-symantec-PCA-3G5-pem-has-gone-missing-again" /* attention getter */ 232 232 }, 233 233 }, … … 611 611 { 612 612 "http://www.symantec.com/content/en/us/enterprise/verisign/roots/roots.zip", 613 "http://update s.virtualbox.org/cacerts-symantec-roots-zip-has-gone-missing-again" /* Just to try grab our attention. */613 "http://update.virtualbox.org/cacerts-symantec-roots-zip-has-gone-missing-again" /* Just to try grab our attention. */ 614 614 }; 615 615 for (uint32_t iUrl = 0; iUrl < RT_ELEMENTS(a_apszRootsZipUrls); iUrl++)
Note:
See TracChangeset
for help on using the changeset viewer.