Category: Others


If you renew a Thawte SSL certificate or purchase a new one since 26th July 2010 you may encounter SSL certificate trust errors when clients connect to published websites such as Outlook Web Access.

Web browsers will return an error such as:

The security certificate issued by this website was not issued by a trusted certificate authority

On inspection of the certificate being issued by the website you may see this error:

The issuer of this certificate could not be found

This can be confusing for people who assume that any certificate issued by a commercial CA such as Thawte will be trusted by devices and web browsers that people are connecting from, especially when it occurs after renewing an existing Thawte SSL certificate.

Thawte has published the reason for this:

On June 27 2010, in the interest of better security, thawte signed all certificates with a primary and secondary intermediate that need to be installed along with the SSL certificate. Any certificate issued on or after this date requires the primary and secondary intermediate to be installed.

The new certificates are issued by an intermediate CA known as “Thawte SSL CA”.  This CA is not automatically trusted by most web browsers.  Thawte provides instructions for installing the correct certificates on the web server or ISA Server that is publishing the website.

Take note of the final steps, the change may not take effect until IIS or ISA Server are restarted.

If your site still have the chaining error, restart the IIS service. If the problem continues, the whole server needs a reboot to use the new roots.

 

Dear Readers,
In this post i will explain how to start and stop siebel CRM in linux

For Starting Siebel CRM do the following

1.start the oracle database and listener.

2.start the gateway server using the following command after sourcing the environment
cfgenv.sh in gtwysrvr directory and siebenv.sh in siebsrvr directory

$start_ns
the above is actually in gtwysrvr/bin directory..

after starting gateway server
3.start the siebel enterprise server using the following command after sourcing the siebenv.sh in siebsrvr
directory (this utility is in siebsrvr/bin dir)

$start_server all

4.Start the Oracle HTTP Server using the following command

cd $OHS_SERVER_PATH/opmn/bin
./opmnctl startall

Now your Siebel Server is Started…

To Stop the Siebel Server in Linux do the following

1.stop the Apache Oracle HTTP Server

./opmnctl stopall

2.stop the Siebel Enterprise Server using the following in siebsrvr/bin directory

$stop_server all

3.stop the Gateway Server using the following in gtwysrvr/bin directory

$stop_ns

4.Shutdown the listner and Oracle Database.

I hope this post will be usefull for all Siebel Administrators.

Follow

Get every new post delivered to your Inbox.