aloopkin / WinCertes

An ACMEv2 client for Windows
GNU General Public License v3.0
118 stars 28 forks source link

Require Server name Indication gets unchecked #24

Closed pgordinho closed 4 years ago

pgordinho commented 4 years ago

When binding a certificate to a IIS website the "Require Server name Indication" checkbox in the HTTPS site bind gets unchecked and all the HTTPS sites get the same last binded certificates.

To fix this is necessary to go manually set them all again, which invalidates the auto renew option.

aloopkin commented 4 years ago

That one is more tricky: it's due to the using of the old MS IIS Administration DLL. Unfortunately, switching to a more recent one causes issues. Will try to solve it.

pgordinho commented 4 years ago

Hi

Tried the new version without success... Got an error reading the registry

Warning: Could not open/create registry subkey: Requested registry access is not allowed.. We'll try to continue anyway. Could not Read/Write command line parameters to configuration: Requested registr y access is not allowed. Warning: Could not open/create registry subkey: Requested registry access is not allowed.. We'll try to continue anyway.

Unhandled Exception: System.Security.SecurityException: Requested registry acces s is not allowed. at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource) at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable) at WinCertes.RegistryConfig.DeleteAllParameters() at WinCertes.Program.Main(String[] args)


From: Alexandre Aufrere notifications@github.com Sent: Friday, February 21, 2020 5:11 PM To: aloopkin/WinCertes WinCertes@noreply.github.com Cc: pgordinho gordon@outlook.pt; Author author@noreply.github.com Subject: Re: [aloopkin/WinCertes] Require Server name Indication gets unchecked (#24)

Closed #24https://github.com/aloopkin/WinCertes/issues/24.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/aloopkin/WinCertes/issues/24?email_source=notifications&email_token=AISCJUFMGZWDKFS2CBMB24TREADNTA5CNFSM4KRZC3P2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOWZ3QDZA#event-3061252580, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AISCJUHWNCMPMJFISKOKY4LREADNTANCNFSM4KRZC3PQ.

aloopkin commented 4 years ago

Which command are you typing?