Skip to content

Commit f92070c

Browse files
v9: Health Check still references web.config instead of appsettings.json (#11600)
* Fix an old reference to web.config instead of appsettings.json * Match en_us.xml to en.xml * adding FR translations
1 parent fe7b696 commit f92070c

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

src/Umbraco.Web.UI/umbraco/config/lang/en.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2262,11 +2262,11 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
22622262
<key alias="httpsCheckExpiringCertificate">Your website's SSL certificate is expiring in %0% days.</key>
22632263
<key alias="healthCheckInvalidUrl">Error pinging the URL %0% - '%1%'</key>
22642264
<key alias="httpsCheckIsCurrentSchemeHttps">You are currently %0% viewing the site using the HTTPS scheme.</key>
2265-
<key alias="httpsCheckConfigurationRectifyNotPossible">The appSetting 'Umbraco.Core.UseHttps' is set to 'false' in
2266-
your web.config file. Once you access this site using the HTTPS scheme, that should be set to 'true'.
2265+
<key alias="httpsCheckConfigurationRectifyNotPossible">The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in
2266+
your appSettings.json file. Once you access this site using the HTTPS scheme, that should be set to 'true'.
22672267
</key>
2268-
<key alias="httpsCheckConfigurationCheckResult">The appSetting 'Umbraco.Core.UseHttps' is set to '%0%' in your
2269-
web.config file, your cookies are %1% marked as secure.
2268+
<key alias="httpsCheckConfigurationCheckResult">The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your
2269+
appSettings.json file, your cookies are %1% marked as secure.
22702270
</key>
22712271
<!-- The following keys don't get tokens passed in -->
22722272
<key alias="compilationDebugCheckSuccessMessage">Debug compilation mode is disabled.</key>

src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,12 +2339,11 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
23392339
<key alias="httpsCheckExpiringCertificate">Your website's SSL certificate is expiring in %0% days.</key>
23402340
<key alias="healthCheckInvalidUrl">Error pinging the URL %0% - '%1%'</key>
23412341
<key alias="httpsCheckIsCurrentSchemeHttps">You are currently %0% viewing the site using the HTTPS scheme.</key>
2342-
<key alias="httpsCheckConfigurationRectifyNotPossible">The configuration value 'Umbraco:CMS:Global:UseHttps' is set
2343-
to 'false' in your web.config file. Once you access this site using the HTTPS scheme, that should be set to
2344-
'true'.
2342+
<key alias="httpsCheckConfigurationRectifyNotPossible">The appSetting 'Umbraco:CMS:Global:UseHttps' is set to 'false' in
2343+
your appSettings.json file. Once you access this site using the HTTPS scheme, that should be set to 'true'.
23452344
</key>
2346-
<key alias="httpsCheckConfigurationCheckResult">The configuration value 'Umbraco:CMS:Global:UseHttps' is set to
2347-
'%0%' in your web.config file, your cookies are %1% marked as secure.
2345+
<key alias="httpsCheckConfigurationCheckResult">The appSetting 'Umbraco:CMS:Global:UseHttps' is set to '%0%' in your
2346+
appSettings.json file, your cookies are %1% marked as secure.
23482347
</key>
23492348
<!-- The following keys don't get tokens passed in -->
23502349
<key alias="compilationDebugCheckSuccessMessage">Debug compilation mode is disabled.</key>

src/Umbraco.Web.UI/umbraco/config/lang/fr.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,14 @@ Pour gérer votre site, ouvrez simplement le backoffice Umbraco et commencez à
19621962
<key alias="httpsCheckExpiringCertificate">Le certificat SSL de votre site web va expirer dans %0% jours.</key>
19631963
<key alias="healthCheckInvalidUrl">Erreur en essayant de contacter l'URL %0% - '%1%'</key>
19641964
<key alias="httpsCheckIsCurrentSchemeHttps">Vous êtes actuellement %0% à voir le site via le schéma HTTPS.</key>
1965-
<!-- The following keys don't get tokens passed in -->
1965+
<key alias="httpsCheckConfigurationRectifyNotPossible">
1966+
L'appSetting 'Umbraco:CMS:Global:UseHttps' se trouve à 'false' dans votre fichier appSettings.json.
1967+
Une fois que vous aurez accès à ce site via le schema HTTPS, il faudra la mettre à 'true'.
1968+
</key>
1969+
<key alias="httpsCheckConfigurationCheckResult">
1970+
L'appSetting 'Umbraco:CMS:Global:UseHttps' se trouve à '%0%' dans votre fichier
1971+
appSettings.json, vos cookies sont %1% marqués comme 'secured'.
1972+
</key> <!-- The following keys don't get tokens passed in -->
19661973
<key alias="compilationDebugCheckSuccessMessage">Le mode de compilation Debug est désactivé.</key>
19671974
<key alias="compilationDebugCheckErrorMessage">Le mode de compilation Debug est actuellement activé. Il est recommandé de désactiver ce paramètre avant la mise en ligne.</key>
19681975
<!-- The following keys get these tokens passed in:

0 commit comments

Comments
 (0)