Question : Security Certificate Problem

Brand new SBS2008 Server. It's been working great for a week, and now today, the clients are getting the attached error. How do I fix this?

All the Outlook clients are now "disconnected".
Attachments:

Answer : Security Certificate Problem

Oracle config files are pretty particular about formatting.  It's a leftover from the 20+ years ago Oracle wrote the code.

Make the tnsname.ora entry look like (copy and paste exactly as-is):
onstaff =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = A606)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SERVICE_NAME = onstaff)
    )
  )
Random Solutions  
 
programming4us programming4us