Home All Groups Group Topic Archive Search About

certificate services fails to start

Author
31 May 2005 12:55 PM
jeff
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

Author
31 May 2005 1:00 PM
Ken Schaefer
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
:
:
Author
31 May 2005 1:46 PM
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
> :
> :
>
>
>
Author
1 Jun 2005 12:37 AM
Ken Schaefer
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
: > :
: > :
: >
: >
: >
Author
1 Jun 2005 2:56 PM
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
> : > :
> : > :
> : >
> : >
> : >
>
>
>