wacs.exe only works with english system locale #504
|
Hey, Is there a way around the fact that when running the wacs.exe command with switches for IIS, it fails due to the Turkish language being the System Locale. |
Replies: 4 comments 3 replies
|
Please post details about the error that you get, it is supposed to work in any locale. |
|
Below is the error I get when I run the wacs.exe command with these switches "--source iis --installation iis --siteid 1 --installationsiteid 1" If I change the locale to English, reboot and run the command and change the locale back to Turkish and reboot. then the binding and renewals all work fine. I'm told the issue is related to a known .NET + Turkish locale casing issue where the plugin name "iis" is not found. ############################################################################################# [VERB] No value provided for --acl-read |
|
Can you test if this build fixes the problem? https://ci.appveyor.com/project/WouterTinus/simple-acme/builds/53837665/artifacts |
|
simple-acme.v2.3.5.2195 - had the issue but simple-acme.v2.3.6.2259 did not have the issue. I dont have the logfile any more but the wacs.exe could not find the plugin when I had the switch "--source IIS". the Turkish locale converted the "IIS" to some Turkish lettering that could not be read by the wacs.exe and so the plugin failed. |
@Sean-up