Giter VIP home page Giter VIP logo

Comments (6)

ohadschn avatar ohadschn commented on August 28, 2024
  1. When you say "manually" do you mean by clicking the "Run" button in the app's WebJob pane in the Azure portal?
  2. Can you share the logs when running manually? There shouldn't be any difference...
  3. Looking at the actual error The Lets Encrypt ACME server was probably unable to reach http://beta.pmtaba.com/.well-known/acme-challenge/FLP9Nz9WzMbol9y7cJwvvqb1c4c2614PhSqgz4asstw it's strange, because I can actually browse that URL just fine. Maybe it was some transient issue with the Web App and simply trying again would work...

from letsencrypt-webapp-renewer.

braudabaugh avatar braudabaugh commented on August 28, 2024

Yes, by manual I mean clicking the "run" button. I concur with your point #3, but still no idea how to solve it.
Here is the log from the "manual" run that succeeds:

[11/25/2018 01:02:49 > 181c66: SYS INFO] Status changed to Initializing
[11/25/2018 01:02:56 > 181c66: SYS INFO] Run script 'AzureLetsEncryptRenewer.exe' with script host - 'WindowsScriptHost'
[11/25/2018 01:02:56 > 181c66: SYS INFO] Status changed to Running
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Web App SSL renewal job (renewer) started
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Parsing Web Apps for SSL renewal from webjob/site configuration...
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Parsed web apps for SSL renewal: spool{beta}; spool; tlstitch
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Parsed shared parameters: ResourceGroup: , SubscriptionId: be89b0c3-5854-4dcb-a456-aaabe7d91a5f, TenantId: ser266cornell.onmicrosoft.com, ClientId: 57325623-4186-45f6-8d38-bac45edb5e51, ClientSecret: <SCRUBBED>, Email: [email protected], ServicePlanResourceGroup: , UseIpBasedSsl: , RsaKeyLength: , AcmeBaseUri: , RenewXNumberOfDaysBeforeExpiration: , AuthenticationUri: , AzureTokenAudience: , AzureManagementEndpoint: , AzureDefaultWebsiteDomainName: 
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Parsing SSL renewal parameters for web app 'spool{beta}'...
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Parsing SSL renewal parameters for web app 'spool'...
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Parsing SSL renewal parameters for web app 'tlstitch'...
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Completed parsing of Web App SSL cert renewal information
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Generating SSL certificate with parameters: SubscriptionId: be89b0c3-5854-4dcb-a456-aaabe7d91a5f, TenantId: ser266cornell.onmicrosoft.com, ResourceGroup: spool, WebApp: spool, Hosts: System.String[], Email: [email protected], ClientId: 57325623-4186-45f6-8d38-bac45edb5e51, ClientSecret: <SCRUBBED>, ServicePlanResourceGroup: , SiteSlotName: beta, UseIpBasedSsl: False, RsaKeyLength: 2048, AcmeBaseUri: , RenewXNumberOfDaysBeforeExpiration: -1, AuthenticationUri: , AzureTokenAudience: , AzureManagementEndpoint: , AzureDefaultWebsiteDomainName: 
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Generating secure PFX password for 'spool'...
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Adding SSL cert for 'spool'...
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:02:58:  - AuthenticationContext: ADAL .NET with assembly version '2.28.3.860', file version '2.28.31117.1411' and informational version '78bd21073cfd91768d97894ace1ba90c5b904eec' is running...
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:02:58: 1599fe55-a47e-44a5-9140-3a6a07f61fcc - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:02:58 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:02:58 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:02:58 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:02:58 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (0 items)
[11/25/2018 01:02:58 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:02:58 > 181c66: INFO] 	
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:02:58: 1599fe55-a47e-44a5-9140-3a6a07f61fcc - TokenCache: Looking up cache for a token...
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:02:58: 1599fe55-a47e-44a5-9140-3a6a07f61fcc - TokenCache: No matching token was found in the cache
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:02:58: 1599fe55-a47e-44a5-9140-3a6a07f61fcc - TokenCache: Storing token in the cache...
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:02:58: 1599fe55-a47e-44a5-9140-3a6a07f61fcc - TokenCache: An item was stored in the cache
[11/25/2018 01:02:58 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:02:58: 1599fe55-a47e-44a5-9140-3a6a07f61fcc - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:02:58 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:02:58 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:02:58 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:02:58 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:02:58 > 181c66: INFO] 	
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Staring add certificate
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:00: 506ce66a-9e5c-420d-979b-50dab52c957b - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:03:00 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:03:00 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:03:00 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:03:00 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:03:00 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:03:00 > 181c66: INFO] 	
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:00: 506ce66a-9e5c-420d-979b-50dab52c957b - TokenCache: Looking up cache for a token...
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:00: 506ce66a-9e5c-420d-979b-50dab52c957b - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:00: 506ce66a-9e5c-420d-979b-50dab52c957b - TokenCache: 59.9786757 minutes left until token in cache expires
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:00: 506ce66a-9e5c-420d-979b-50dab52c957b - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:00: 506ce66a-9e5c-420d-979b-50dab52c957b - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:03:00 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:03:00 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:03:00 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:03:00 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:03:00 > 181c66: INFO] 	
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Add certificate for acmeConfig hostname beta.pmtaba.com
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : RequestAndInstallInternal
[11/25/2018 01:03:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Loading Signer from D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\Signer
[11/25/2018 01:03:01 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 
[11/25/2018 01:03:01 > 181c66: INFO] Getting AcmeServerDirectory
[11/25/2018 01:03:01 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Loading Registration from D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\Registration
[11/25/2018 01:03:15 > 181c66: INFO] 
[11/25/2018 01:03:15 > 181c66: INFO] Authorizing Identifier beta.pmtaba.com Using Challenge Type http-01
[11/25/2018 01:03:15 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Authorizing Identifier beta.pmtaba.com Using Challenge Type http-01
[11/25/2018 01:03:16 > 181c66: INFO]  Answer should now be browsable at http://beta.pmtaba.com/.well-known/acme-challenge/fY-37SYzmZaJp04veoL0JpYcaT2RlLShi1Xe7Bj7neU
[11/25/2018 01:03:16 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Answer should now be browsable at http://beta.pmtaba.com/.well-known/acme-challenge/fY-37SYzmZaJp04veoL0JpYcaT2RlLShi1Xe7Bj7neU
[11/25/2018 01:03:18 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Checking status OK
[11/25/2018 01:03:18 > 181c66: INFO]  Submitting answer
[11/25/2018 01:03:18 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Submitting answer
[11/25/2018 01:03:18 > 181c66: INFO]  Refreshing authorization attempt 1
[11/25/2018 01:03:18 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Refreshing authorization attempt 1
[11/25/2018 01:03:20 > 181c66: INFO]  Authorization Result: valid
[11/25/2018 01:03:20 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Auth Result valid
[11/25/2018 01:03:20 > 181c66: INFO]  Deleting answer
[11/25/2018 01:03:20 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Deleting answer
[11/25/2018 01:03:20 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : RSAKeyBits: 2048
[11/25/2018 01:03:26 > 181c66: INFO] 
[11/25/2018 01:03:26 > 181c66: INFO] Requesting Certificate
[11/25/2018 01:03:26 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Requesting Certificate
[11/25/2018 01:03:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : certRequ ACMESharp.CertificateRequest
[11/25/2018 01:03:28 > 181c66: INFO]  Request Status: Created
[11/25/2018 01:03:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Request Status: Created
[11/25/2018 01:03:28 > 181c66: INFO]  Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\beta.pmtaba.com-crt.der
[11/25/2018 01:03:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\beta.pmtaba.com-crt.der
[11/25/2018 01:03:28 > 181c66: INFO]  Saving Issuer Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\ca-0A0141420000015385736A0B85ECA708-crt.pem
[11/25/2018 01:03:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Saving Issuer Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\ca-0A0141420000015385736A0B85ECA708-crt.pem
[11/25/2018 01:03:28 > 181c66: INFO]  Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\beta.pmtaba.com-all.pfx
[11/25/2018 01:03:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\beta.pmtaba.com-all.pfx
[11/25/2018 01:03:29 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:29: ae1f919d-4d30-481d-b460-afca4df679c0 - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:03:29 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:03:29 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:03:29 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:03:29 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:03:29 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:03:29 > 181c66: INFO] 	
[11/25/2018 01:03:29 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:29: ae1f919d-4d30-481d-b460-afca4df679c0 - TokenCache: Looking up cache for a token...
[11/25/2018 01:03:29 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:29: ae1f919d-4d30-481d-b460-afca4df679c0 - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:03:29 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:29: ae1f919d-4d30-481d-b460-afca4df679c0 - TokenCache: 59.4884401833333 minutes left until token in cache expires
[11/25/2018 01:03:29 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:29: ae1f919d-4d30-481d-b460-afca4df679c0 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:03:29 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:29: ae1f919d-4d30-481d-b460-afca4df679c0 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:03:29 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:03:29 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:03:29 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:03:29 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:03:29 > 181c66: INFO] 	
[11/25/2018 01:03:30 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Installing certificate D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\beta.pmtaba.com-all.pfx on azure with server farm id /subscriptions/be89b0c3-5854-4dcb-a456-aaabe7d91a5f/resourceGroups/app.threadlearning.com/providers/Microsoft.Web/serverfarms/threadlearning
[11/25/2018 01:03:30 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:30: dd42ec8f-461f-43b9-8ec5-c18c0dce6e0c - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:03:30 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:03:30 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:03:30 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:03:30 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:03:30 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:03:30 > 181c66: INFO] 	
[11/25/2018 01:03:30 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:30: dd42ec8f-461f-43b9-8ec5-c18c0dce6e0c - TokenCache: Looking up cache for a token...
[11/25/2018 01:03:30 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:30: dd42ec8f-461f-43b9-8ec5-c18c0dce6e0c - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:03:30 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:30: dd42ec8f-461f-43b9-8ec5-c18c0dce6e0c - TokenCache: 59.4775968783333 minutes left until token in cache expires
[11/25/2018 01:03:30 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:30: dd42ec8f-461f-43b9-8ec5-c18c0dce6e0c - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:03:30 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:30: dd42ec8f-461f-43b9-8ec5-c18c0dce6e0c - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:03:30 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:03:30 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:03:30 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:03:30 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:03:30 > 181c66: INFO] 	
[11/25/2018 01:03:35 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : SSL cert added successfully to 'spool'
[11/25/2018 01:03:35 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Sending e-mail notification for spool... 
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Finished sending e-mail notification for: spool
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Generating SSL certificate with parameters: SubscriptionId: be89b0c3-5854-4dcb-a456-aaabe7d91a5f, TenantId: ser266cornell.onmicrosoft.com, ResourceGroup: spool, WebApp: spool, Hosts: System.String[], Email: [email protected], ClientId: 57325623-4186-45f6-8d38-bac45edb5e51, ClientSecret: <SCRUBBED>, ServicePlanResourceGroup: , SiteSlotName: , UseIpBasedSsl: False, RsaKeyLength: 2048, AcmeBaseUri: , RenewXNumberOfDaysBeforeExpiration: -1, AuthenticationUri: , AzureTokenAudience: , AzureManagementEndpoint: , AzureDefaultWebsiteDomainName: 
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Generating secure PFX password for 'spool'...
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Adding SSL cert for 'spool'...
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:37: 8be049e3-e796-4dba-b629-dd19efc723bc - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:03:37 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:03:37 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:03:37 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:03:37 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:03:37 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:03:37 > 181c66: INFO] 	
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:37: 8be049e3-e796-4dba-b629-dd19efc723bc - TokenCache: Looking up cache for a token...
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:37: 8be049e3-e796-4dba-b629-dd19efc723bc - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:37: 8be049e3-e796-4dba-b629-dd19efc723bc - TokenCache: 59.3523324716667 minutes left until token in cache expires
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:37: 8be049e3-e796-4dba-b629-dd19efc723bc - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:03:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:37: 8be049e3-e796-4dba-b629-dd19efc723bc - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:03:37 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:03:37 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:03:37 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:03:37 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:03:37 > 181c66: INFO] 	
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Staring add certificate
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:38: d6cd28ae-3bd3-4f83-a1b5-f700f60efa4e - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:03:38 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:03:38 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:03:38 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:03:38 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:03:38 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:03:38 > 181c66: INFO] 	
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:38: d6cd28ae-3bd3-4f83-a1b5-f700f60efa4e - TokenCache: Looking up cache for a token...
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:38: d6cd28ae-3bd3-4f83-a1b5-f700f60efa4e - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:38: d6cd28ae-3bd3-4f83-a1b5-f700f60efa4e - TokenCache: 59.3364469216667 minutes left until token in cache expires
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:38: d6cd28ae-3bd3-4f83-a1b5-f700f60efa4e - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:03:38: d6cd28ae-3bd3-4f83-a1b5-f700f60efa4e - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:03:38 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:03:38 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:03:38 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:03:38 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:03:38 > 181c66: INFO] 	
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Add certificate for acmeConfig hostname www.pmtaba.com, pmtaba.com
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : RequestAndInstallInternal
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Loading Signer from D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\Signer
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 
[11/25/2018 01:03:38 > 181c66: INFO] Getting AcmeServerDirectory
[11/25/2018 01:03:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Loading Registration from D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\Registration
[11/25/2018 01:03:45 > 181c66: INFO] 
[11/25/2018 01:03:45 > 181c66: INFO] Authorizing Identifier www.pmtaba.com Using Challenge Type http-01
[11/25/2018 01:03:45 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Authorizing Identifier www.pmtaba.com Using Challenge Type http-01
[11/25/2018 01:03:45 > 181c66: INFO]  Answer should now be browsable at http://www.pmtaba.com/.well-known/acme-challenge/CqssVmMpVaybdremcn4W-pY9n_CrkIMvkUbEQyuHJSo
[11/25/2018 01:03:45 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Answer should now be browsable at http://www.pmtaba.com/.well-known/acme-challenge/CqssVmMpVaybdremcn4W-pY9n_CrkIMvkUbEQyuHJSo
[11/25/2018 01:03:52 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Checking status OK
[11/25/2018 01:03:52 > 181c66: INFO]  Submitting answer
[11/25/2018 01:03:52 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Submitting answer
[11/25/2018 01:03:52 > 181c66: INFO]  Authorization Result: valid
[11/25/2018 01:03:52 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Auth Result valid
[11/25/2018 01:03:52 > 181c66: INFO]  Deleting answer
[11/25/2018 01:03:52 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Deleting answer
[11/25/2018 01:03:52 > 181c66: INFO] 
[11/25/2018 01:03:52 > 181c66: INFO] Authorizing Identifier pmtaba.com Using Challenge Type http-01
[11/25/2018 01:03:52 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Authorizing Identifier pmtaba.com Using Challenge Type http-01
[11/25/2018 01:04:00 > 181c66: INFO]  Answer should now be browsable at http://pmtaba.com/.well-known/acme-challenge/CXG_lqT6Ct_Chbxj7ME21OfgdA_dmGi1-RUMpE9OFEg
[11/25/2018 01:04:00 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Answer should now be browsable at http://pmtaba.com/.well-known/acme-challenge/CXG_lqT6Ct_Chbxj7ME21OfgdA_dmGi1-RUMpE9OFEg
[11/25/2018 01:04:01 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Checking status OK
[11/25/2018 01:04:01 > 181c66: INFO]  Submitting answer
[11/25/2018 01:04:01 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Submitting answer
[11/25/2018 01:04:01 > 181c66: INFO]  Refreshing authorization attempt 1
[11/25/2018 01:04:01 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Refreshing authorization attempt 1
[11/25/2018 01:04:03 > 181c66: INFO]  Authorization Result: valid
[11/25/2018 01:04:03 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Auth Result valid
[11/25/2018 01:04:03 > 181c66: INFO]  Deleting answer
[11/25/2018 01:04:03 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Deleting answer
[11/25/2018 01:04:03 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : RSAKeyBits: 2048
[11/25/2018 01:04:08 > 181c66: INFO] 
[11/25/2018 01:04:08 > 181c66: INFO] Requesting Certificate
[11/25/2018 01:04:08 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Requesting Certificate
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : certRequ ACMESharp.CertificateRequest
[11/25/2018 01:04:10 > 181c66: INFO]  Request Status: Created
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Request Status: Created
[11/25/2018 01:04:10 > 181c66: INFO]  Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\www.pmtaba.com-crt.der
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\www.pmtaba.com-crt.der
[11/25/2018 01:04:10 > 181c66: INFO]  Saving Issuer Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\ca-0A0141420000015385736A0B85ECA708-crt.pem
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Saving Issuer Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\ca-0A0141420000015385736A0B85ECA708-crt.pem
[11/25/2018 01:04:10 > 181c66: INFO]  Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\www.pmtaba.com-all.pfx
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\www.pmtaba.com-all.pfx
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:10: 40595a67-10e1-4727-a188-ef32067e010b - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:04:10 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:04:10 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:04:10 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:04:10 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:04:10 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:04:10 > 181c66: INFO] 	
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:10: 40595a67-10e1-4727-a188-ef32067e010b - TokenCache: Looking up cache for a token...
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:10: 40595a67-10e1-4727-a188-ef32067e010b - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:10: 40595a67-10e1-4727-a188-ef32067e010b - TokenCache: 58.8017938833333 minutes left until token in cache expires
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:10: 40595a67-10e1-4727-a188-ef32067e010b - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:04:10 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:10: 40595a67-10e1-4727-a188-ef32067e010b - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:04:10 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:04:10 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:04:10 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:04:10 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:04:10 > 181c66: INFO] 	
[11/25/2018 01:04:12 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Installing certificate D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\www.pmtaba.com-all.pfx on azure with server farm id /subscriptions/be89b0c3-5854-4dcb-a456-aaabe7d91a5f/resourceGroups/app.threadlearning.com/providers/Microsoft.Web/serverfarms/threadlearning
[11/25/2018 01:04:12 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:12: df7f1b72-1cca-4eee-b5cc-279506d39fe6 - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:04:12 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:04:12 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:04:12 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:04:12 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:04:12 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:04:12 > 181c66: INFO] 	
[11/25/2018 01:04:12 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:12: df7f1b72-1cca-4eee-b5cc-279506d39fe6 - TokenCache: Looking up cache for a token...
[11/25/2018 01:04:12 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:12: df7f1b72-1cca-4eee-b5cc-279506d39fe6 - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:04:12 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:12: df7f1b72-1cca-4eee-b5cc-279506d39fe6 - TokenCache: 58.77286606 minutes left until token in cache expires
[11/25/2018 01:04:12 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:12: df7f1b72-1cca-4eee-b5cc-279506d39fe6 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:04:12 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:12: df7f1b72-1cca-4eee-b5cc-279506d39fe6 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:04:12 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:04:12 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:04:12 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:04:12 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:04:12 > 181c66: INFO] 	
[11/25/2018 01:04:16 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : SSL cert added successfully to 'spool'
[11/25/2018 01:04:16 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Sending e-mail notification for spool... 
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Finished sending e-mail notification for: spool
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Generating SSL certificate with parameters: SubscriptionId: be89b0c3-5854-4dcb-a456-aaabe7d91a5f, TenantId: ser266cornell.onmicrosoft.com, ResourceGroup: tlstitch, WebApp: tlstitch, Hosts: System.String[], Email: [email protected], ClientId: 57325623-4186-45f6-8d38-bac45edb5e51, ClientSecret: <SCRUBBED>, ServicePlanResourceGroup: , SiteSlotName: , UseIpBasedSsl: False, RsaKeyLength: 2048, AcmeBaseUri: , RenewXNumberOfDaysBeforeExpiration: -1, AuthenticationUri: , AzureTokenAudience: , AzureManagementEndpoint: , AzureDefaultWebsiteDomainName: 
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Generating secure PFX password for 'tlstitch'...
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Adding SSL cert for 'tlstitch'...
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: ed619c27-6d6f-4bfd-a470-7837eb74882c - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:04:17 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:04:17 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:04:17 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:04:17 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:04:17 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:04:17 > 181c66: INFO] 	
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: ed619c27-6d6f-4bfd-a470-7837eb74882c - TokenCache: Looking up cache for a token...
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: ed619c27-6d6f-4bfd-a470-7837eb74882c - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: ed619c27-6d6f-4bfd-a470-7837eb74882c - TokenCache: 58.692915935 minutes left until token in cache expires
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: ed619c27-6d6f-4bfd-a470-7837eb74882c - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: ed619c27-6d6f-4bfd-a470-7837eb74882c - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:04:17 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:04:17 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:04:17 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:04:17 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:04:17 > 181c66: INFO] 	
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Staring add certificate
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: fbfd083d-92ae-4fb6-bc35-40efbf2de103 - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:04:17 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:04:17 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:04:17 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:04:17 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:04:17 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:04:17 > 181c66: INFO] 	
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: fbfd083d-92ae-4fb6-bc35-40efbf2de103 - TokenCache: Looking up cache for a token...
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: fbfd083d-92ae-4fb6-bc35-40efbf2de103 - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: fbfd083d-92ae-4fb6-bc35-40efbf2de103 - TokenCache: 58.6871859166667 minutes left until token in cache expires
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: fbfd083d-92ae-4fb6-bc35-40efbf2de103 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:17: fbfd083d-92ae-4fb6-bc35-40efbf2de103 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:04:17 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:04:17 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:04:17 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:04:17 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:04:17 > 181c66: INFO] 	
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Add certificate for acmeConfig hostname accounts.threadlearning.com
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : RequestAndInstallInternal
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Loading Signer from D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\Signer
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 
[11/25/2018 01:04:17 > 181c66: INFO] Getting AcmeServerDirectory
[11/25/2018 01:04:17 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Loading Registration from D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\Registration
[11/25/2018 01:04:26 > 181c66: INFO] 
[11/25/2018 01:04:26 > 181c66: INFO] Authorizing Identifier accounts.threadlearning.com Using Challenge Type http-01
[11/25/2018 01:04:26 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Authorizing Identifier accounts.threadlearning.com Using Challenge Type http-01
[11/25/2018 01:04:27 > 181c66: INFO]  Answer should now be browsable at http://accounts.threadlearning.com/.well-known/acme-challenge/3gefRgK57syOobL5JD1BQ3I3TlwnHZlfe3-LcldcXlY
[11/25/2018 01:04:27 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Answer should now be browsable at http://accounts.threadlearning.com/.well-known/acme-challenge/3gefRgK57syOobL5JD1BQ3I3TlwnHZlfe3-LcldcXlY
[11/25/2018 01:04:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Checking status OK
[11/25/2018 01:04:28 > 181c66: INFO]  Submitting answer
[11/25/2018 01:04:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Submitting answer
[11/25/2018 01:04:28 > 181c66: INFO]  Authorization Result: valid
[11/25/2018 01:04:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Auth Result valid
[11/25/2018 01:04:28 > 181c66: INFO]  Deleting answer
[11/25/2018 01:04:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Deleting answer
[11/25/2018 01:04:28 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : RSAKeyBits: 2048
[11/25/2018 01:04:31 > 181c66: INFO] 
[11/25/2018 01:04:31 > 181c66: INFO] Requesting Certificate
[11/25/2018 01:04:31 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Requesting Certificate
[11/25/2018 01:04:33 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : certRequ ACMESharp.CertificateRequest
[11/25/2018 01:04:33 > 181c66: INFO]  Request Status: Created
[11/25/2018 01:04:33 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Request Status: Created
[11/25/2018 01:04:33 > 181c66: INFO]  Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\accounts.threadlearning.com-crt.der
[11/25/2018 01:04:33 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\accounts.threadlearning.com-crt.der
[11/25/2018 01:04:34 > 181c66: INFO]  Saving Issuer Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\ca-0A0141420000015385736A0B85ECA708-crt.pem
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Saving Issuer Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\ca-0A0141420000015385736A0B85ECA708-crt.pem
[11/25/2018 01:04:34 > 181c66: INFO]  Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\accounts.threadlearning.com-all.pfx
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Saving Certificate to D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\accounts.threadlearning.com-all.pfx
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 28e83dd7-79f2-4e9b-956e-035d62c6d123 - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:04:34 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:04:34 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:04:34 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:04:34 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:04:34 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:04:34 > 181c66: INFO] 	
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 28e83dd7-79f2-4e9b-956e-035d62c6d123 - TokenCache: Looking up cache for a token...
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 28e83dd7-79f2-4e9b-956e-035d62c6d123 - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 28e83dd7-79f2-4e9b-956e-035d62c6d123 - TokenCache: 58.4142045416667 minutes left until token in cache expires
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 28e83dd7-79f2-4e9b-956e-035d62c6d123 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 28e83dd7-79f2-4e9b-956e-035d62c6d123 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:04:34 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:04:34 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:04:34 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:04:34 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:04:34 > 181c66: INFO] 	
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Installing certificate D:\home\siteextensions\letsencrypt\config\httpsacme-v01.api.letsencrypt.org\accounts.threadlearning.com-all.pfx on azure with server farm id /subscriptions/be89b0c3-5854-4dcb-a456-aaabe7d91a5f/resourceGroups/app.threadlearning.com/providers/Microsoft.Web/serverfarms/threadlearning
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 9929f2a7-4292-43f9-82b0-42bce6431f98 - AcquireTokenHandlerBase: === Token Acquisition started:
[11/25/2018 01:04:34 > 181c66: INFO] 	Authority: https://login.windows.net/ser266cornell.onmicrosoft.com/
[11/25/2018 01:04:34 > 181c66: INFO] 	Resource: https://management.core.windows.net/
[11/25/2018 01:04:34 > 181c66: INFO] 	ClientId: 57325623-4186-45f6-8d38-bac45edb5e51
[11/25/2018 01:04:34 > 181c66: INFO] 	CacheType: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache (1 items)
[11/25/2018 01:04:34 > 181c66: INFO] 	Authentication Target: Client
[11/25/2018 01:04:34 > 181c66: INFO] 	
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 9929f2a7-4292-43f9-82b0-42bce6431f98 - TokenCache: Looking up cache for a token...
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 9929f2a7-4292-43f9-82b0-42bce6431f98 - TokenCache: An item matching the requested resource was found in the cache
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 9929f2a7-4292-43f9-82b0-42bce6431f98 - TokenCache: 58.40749021 minutes left until token in cache expires
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 9929f2a7-4292-43f9-82b0-42bce6431f98 - TokenCache: A matching item (access token or refresh token or both) was found in the cache
[11/25/2018 01:04:34 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : 11/25/2018 01:04:34: 9929f2a7-4292-43f9-82b0-42bce6431f98 - AcquireTokenHandlerBase: === Token Acquisition finished successfully. An access token was retuned:
[11/25/2018 01:04:34 > 181c66: INFO] 	Access Token Hash: ve/63lCUBSJ/7rHMrsbFZHWjmPRkfN6p5/J1qhf5tsw=
[11/25/2018 01:04:34 > 181c66: INFO] 	Refresh Token Hash: [No Refresh Token]
[11/25/2018 01:04:34 > 181c66: INFO] 	Expiration Time: 11/25/2018 02:02:58 +00:00
[11/25/2018 01:04:34 > 181c66: INFO] 	User Hash: null
[11/25/2018 01:04:34 > 181c66: INFO] 	
[11/25/2018 01:04:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : SSL cert added successfully to 'tlstitch'
[11/25/2018 01:04:37 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Sending e-mail notification for tlstitch... 
[11/25/2018 01:04:38 > 181c66: INFO] AzureLetsEncryptRenewer.exe Information: 0 : Finished sending e-mail notification for: tlstitch
[11/25/2018 01:04:38 > 181c66: SYS INFO] Status changed to Success

from letsencrypt-webapp-renewer.

ohadschn avatar ohadschn commented on August 28, 2024

Apologies for the late reply.

I diffed the logs and couldn't find any difference other than the authorization failing for some reason.
Can you verify that this is reproducible? That is, manually running it multiple times works, and multiple schedules fail? I would still like to rule out transient errors.

If that's the case, please post a recent log so we can take a look at the Let's Encrypt report and try and figure our the root cause. Usually one can find the reason in the original repo's issue section or possibly in the Let's Encrypt forums...

from letsencrypt-webapp-renewer.

ohadschn avatar ohadschn commented on August 28, 2024

@braudabaugh was this ever resolved?

from letsencrypt-webapp-renewer.

braudabaugh avatar braudabaugh commented on August 28, 2024

Our last renewal worked, so finger crossed that it is resolved. @raudabaugh, is taking over this issue on our end.

from letsencrypt-webapp-renewer.

ohadschn avatar ohadschn commented on August 28, 2024

Thanks for the update, will close for now - feel free to re-open should it arise again.

from letsencrypt-webapp-renewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.