|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
certificate services fails to startnightly. Event Type: Error Event Source: Service Control Manager Event Category: None Event ID: 7024 Date: 5/27/2005 Time: 3:05:18 AM User: N/A Computer: test01 Description: The Certificate Services service terminated with service-specific error 2148204801. I am able to connect to the web server using https with out issue. Does anyone have any suggestions as to what is causing this. The system has been running with service pack 4 for quite awhile without error. Thank, Jeff I think that your CA's certificate has expired...
Cheers Ken Show quoteHide quote "jeff" <j***@discussions.microsoft.com> wrote in message news:A87D1192-17DC-4272-8867-D3C43C078E1F@microsoft.com... :I am getting the following error in the event logs when my server reboots : nightly. : : Event Type: Error : Event Source: Service Control Manager : Event Category: None : Event ID: 7024 : Date: 5/27/2005 : Time: 3:05:18 AM : User: N/A : Computer: test01 : Description: : The Certificate Services service terminated with service-specific error : 2148204801. : : I am able to connect to the web server using https with out issue. : Does anyone have any suggestions as to what is causing this. : : The system has been running with service pack 4 for quite awhile without : error. : : Thank, : Jeff : : Ken,
Thanks, that was one of the first things I checked. The certificates are valid and we are not receiving any error messages when connecting to our website using https. How can I decipher the error code? Any other suggestions. Thanks, Jeff Show quoteHide quote "Ken Schaefer" wrote: > I think that your CA's certificate has expired... > > Cheers > Ken > > -- > Blog: www.adopenstatic.com/cs/blogs/ken/ > Web: www.adopenstatic.com > > > "jeff" <j***@discussions.microsoft.com> wrote in message > news:A87D1192-17DC-4272-8867-D3C43C078E1F@microsoft.com... > :I am getting the following error in the event logs when my server reboots > : nightly. > : > : Event Type: Error > : Event Source: Service Control Manager > : Event Category: None > : Event ID: 7024 > : Date: 5/27/2005 > : Time: 3:05:18 AM > : User: N/A > : Computer: test01 > : Description: > : The Certificate Services service terminated with service-specific error > : 2148204801. > : > : I am able to connect to the web server using https with out issue. > : Does anyone have any suggestions as to what is causing this. > : > : The system has been running with service pack 4 for quite awhile without > : error. > : > : Thank, > : Jeff > : > : > > > Hi,
Check in winerror.h: # for decimal -2146762495 / hex 0x800b0101 : CERT_E_EXPIRED winerror.h # A required certificate is not within its validity period # when verifying against the current system clock or the # timestamp in the signed file. Did you check the CA's root signing certificate? (and all the other certificates up the signing chain?) Cheers Ken Show quoteHide quote "jeff" <j***@discussions.microsoft.com> wrote in message news:F4FB0D16-811C-45FD-BD3D-3DD1C070767D@microsoft.com... : Ken, : : Thanks, that was one of the first things I checked. : The certificates are valid and we are not receiving any error messages when : connecting to our website using https. : : How can I decipher the error code? : Any other suggestions. : : Thanks, : Jeff : : "Ken Schaefer" wrote: : : > I think that your CA's certificate has expired... : > : > Cheers : > Ken : > : > -- : > Blog: www.adopenstatic.com/cs/blogs/ken/ : > Web: www.adopenstatic.com : > : > : > "jeff" <j***@discussions.microsoft.com> wrote in message : > news:A87D1192-17DC-4272-8867-D3C43C078E1F@microsoft.com... : > :I am getting the following error in the event logs when my server reboots : > : nightly. : > : : > : Event Type: Error : > : Event Source: Service Control Manager : > : Event Category: None : > : Event ID: 7024 : > : Date: 5/27/2005 : > : Time: 3:05:18 AM : > : User: N/A : > : Computer: test01 : > : Description: : > : The Certificate Services service terminated with service-specific error : > : 2148204801. : > : : > : I am able to connect to the web server using https with out issue. : > : Does anyone have any suggestions as to what is causing this. : > : : > : The system has been running with service pack 4 for quite awhile without : > : error. : > : : > : Thank, : > : Jeff : > : : > : : > : > : > Ken,
You were right, I ran ran the following at the command prompt and it reported the same info: C:\>certutil -error 2148204801 0x800b0101 (-2146762495) -- 2148204801 (-2146762495) Error message text: A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. I will need to renew the CA. Thanks for your help, Jeff Show quoteHide quote "Ken Schaefer" wrote: > Hi, > > Check in winerror.h: > > # for decimal -2146762495 / hex 0x800b0101 : > CERT_E_EXPIRED winerror.h > # A required certificate is not within its validity period > # when verifying against the current system clock or the > # timestamp in the signed file. > > Did you check the CA's root signing certificate? (and all the other > certificates up the signing chain?) > > Cheers > Ken > > -- > Blog: www.adopenstatic.com/cs/blogs/ken/ > Web: www.adopenstatic.com > > > > "jeff" <j***@discussions.microsoft.com> wrote in message > news:F4FB0D16-811C-45FD-BD3D-3DD1C070767D@microsoft.com... > : Ken, > : > : Thanks, that was one of the first things I checked. > : The certificates are valid and we are not receiving any error messages > when > : connecting to our website using https. > : > : How can I decipher the error code? > : Any other suggestions. > : > : Thanks, > : Jeff > : > : "Ken Schaefer" wrote: > : > : > I think that your CA's certificate has expired... > : > > : > Cheers > : > Ken > : > > : > -- > : > Blog: www.adopenstatic.com/cs/blogs/ken/ > : > Web: www.adopenstatic.com > : > > : > > : > "jeff" <j***@discussions.microsoft.com> wrote in message > : > news:A87D1192-17DC-4272-8867-D3C43C078E1F@microsoft.com... > : > :I am getting the following error in the event logs when my server > reboots > : > : nightly. > : > : > : > : Event Type: Error > : > : Event Source: Service Control Manager > : > : Event Category: None > : > : Event ID: 7024 > : > : Date: 5/27/2005 > : > : Time: 3:05:18 AM > : > : User: N/A > : > : Computer: test01 > : > : Description: > : > : The Certificate Services service terminated with service-specific > error > : > : 2148204801. > : > : > : > : I am able to connect to the web server using https with out issue. > : > : Does anyone have any suggestions as to what is causing this. > : > : > : > : The system has been running with service pack 4 for quite awhile > without > : > : error. > : > : > : > : Thank, > : > : Jeff > : > : > : > : > : > > : > > : > > > >
How to "allow IIS to control anonymous user password"?
IIS 6 Anonymous / SUS always 401.3 Username/Password input dialog IIS 6 Impersonate failed for ASP Script to distinguish between Certificate Authorities (ex. Verisign, Thawte) SSL Authentication problem Win2003/IIS 6 HTTP 400 Error Using integrated authentication Transfering a Secure Server Certificate IIS Install |
|||||||||||||||||||||||