IPlanet Calendar Server 5.0 WCAP commands fetchcomponents_by_range,fetchevents_by_id,fetchtodos_by_id returns the event dtstart & dtend in GMT and not in the timezone (tzid) specified in the command

hi,
i am vinod from knowledge systems pvt ltd. we are the partners with the iplanet india for customer support.
problem description :
m fetchcomponents_by_range,m fetchevents_by_id,m fetchtodos_by_id returns the event dtstart & dtend in GMT and not the timezone (tzid) requested
i have an development issue with the iplanet calendar server 5.x.if i execute WCAP command storeevents.wcap as follows for storing an event
http://localhost:portnumber/storeevents.wcap?id=n38tew98wbhhv95s&calid=userA&tzid=America/Indianapolis&rid=0&dtstart=20020419T050000Z&duration=PT1H0M&summary=eventtest&fmt-out=text/xml
in the calendar server the dtstart and the dtend for this event is as follows
dtStart = 1019210400 (20020419T100000Z) [19-Apr-02 10:00AM GMT] (isDate = 0)
dtEnd = 1019214000 (20020419T110000Z) [19-Apr-02 11:00AM GMT] (isDate = 0)
NOTE : in the WCAP command i had specified the time in America/Indianapolis i,e 0500 hrs behind GMT(-0500) hence the server stores the dtstart & dtend in the GMT which is perfect as explained in the docs.
Now for retreving the same event i execute the following command
http://localhost:portnumber/fetchcomponents_by_range.wcap?id=n38tew98wbhhv95s&rid=0&calid=vt&tzid=America/Indianapolis&fmt-out=text/xml
the result has the event details but the dtstart & dtend are in GMT and not in the America/Indianapolis timezone requested.
<START>20020419T100000Z</START>
<END>20020419T110000Z</END>
NOTE : the Mime type requested in the WCAP is text/xml. the expected dtstart is 20020419T050000Z and dtend is 20020419T060000Z applied to the timezone specified in the tzid parameter(America/Indianapolis)
issue :
m fetchcomponents_by_range,m fetchevents_by_id,m fetchtodos_by_id returns the event dtstart & dtend in GMT and not the timezone (tzid) requested
docs says the following which is not true for retrieving the events.....
For example, if a command such as storeevents or fetchcomponents_by_range
specifies a tzid parameter, the parameter value must be a tzid that is defined in the list of 91 time zones. The server will return data in that time zone and all data will have dates applied to that time zone.If the command specifies an unrecognized tzid, the server will return a GMT timezone by default. All data returned on that command will have its dates applied in GMT.
release notes has the following. i could not understand the point no. 1 could u please suggest me how to retrieve the event with dtstart & dtend values applied to the timezone supplied in the parameter tzid.
1. The following seven commands now take an additional parameter, tzid:
m deleteevents_by_id
m deletetodos_by_id
m fetchcomponents_by_alarmrange
m fetchcomponents_by_lastmod
m fetchcomponents_by_range
m fetchevents_by_id
m fetchtodos_by_id
The value of tzid must be a time zone ID string, such as &#8220;America/Los_Angeles&#8221;. Note that these are not localized. If other ISO 8601 DateTime string parameters, such as rid, dtstart and dtend, do not have a &#8220;Z&#8221; on the end, this parameter determines the time zone to use.
2. The following two commands, which already have the tzid parameter, have been modified:
m storeevents
m storetodos
The value is no longer a quoted string, but is now a time zone ID string to match the acceptable values for tzid in the seven commands listed above.The default value of the tzid parameter in all commands is the server's default time zone. This is a change for storeevents and storetodos.
thanks
vinod

I have found the solution! I post how I managed in case someone else has the same issue.
You have to go to "Settings" -> "Settings Editor".
There, there is a "display" entry.
When you open the tree, you can see both of your displays (in my case, LVDS1 and VGA1).
Under VGA1 (the "extra" monitor), there is a "Position" entry. There, you need to set the "X" variable to the last pixel of the other display resolution.
E.g.: if you principal display is a "1366x768", then the "X" value will be 1366.
You can also play on the "Y" if your screens are not horizontally aligned, but 0 should be fine.
I hope this helps :-)

Similar Messages

  • Where can I find iPlanet Calendar Server resources?

    Where can I find iPlanet Calendar Server 2.0 resources on the iPlanet web site?
    <P>
    See the Technical Resources page at:<BR>
    http://www.iplanet.com/support/technical_resources/ics/.

    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Calendars.

  • ICS 2.x: Instructions for using Solstice/Legato Networker to back up iPlanet Calendar Server

    Instructions for using Solstice/Legato Networker to back up iPlanet Calendar
    Server
    <P>
    The following discussion expands upon the instructions for using the
    Solstice/Legato client software to back up Calendar Server in the iPlanet
    Calendar Server: Administration Guide. You can find this documentation at
    the following URL:<BR>
    <P>
    http://docs.iplanet.com/docs/manuals/calendar/ics21/ag/calagadm.htm#1064539
    <P>
    If the Solstice/Legato Networker is installed under the default directory (as
    per the recommended installation procedures), there should be three files
    dedicated to Solstice/Legato Networker.<BR>
    <P>
    <OL>
    <LI>icsasm
    <LI>legbackup.sh
    <LI>legrestore.sh
    </OL>
    <P>
    To initiate the Networker backup directory image, use the command<BR>
    <P>
    csbackup -l
    <P>
    This command creates a directory named "
    backup/" in the bin
    directory and corresponds to Step 1
    under the procedure for Backing Up Calendar Server Data in the
    iPlanet Calendar Server Documentation.
    <P>
    After you have initiated the directory image, you can use the following commands
    to back up or restore 1) a Calendar database, 2) a specific user's default
    calendar, or 3) a specific calendar. The following commands assume that the Networker
    client software is installed under the /usr/bin/nsr
    directory and the iCS 2.x server is
    installed under the /opt
    directory.
    <P>
    <B>1) Calendar Database</B>
    ? To back up a database:<BR>
    <P>
    /usr/bin/nsr/save -s <I>legato server host</I>/opt/SUNWicsrv/cal/bin/backup
    ? To restore a database:<BR>
    <P>
    /usr/bin/nsr/recover -a -f -s <I>legato server host</I>
    /opt/SUNWicsrv/cal/bin/backup
    <BR>
    <P>
    <B>2) User's Default Calendar</B>
    ? To back up a user's default calendar:<BR>
    <P>
    /usr/bin/nsr/save -s legato server host
    /opt/SUNWicsrv/cal/bin/backup/<I>userid</I>
    ? To restore a user's default calendar:<BR>
    <P>
    /usr/bin/nsr/recover -a -f -s legato server host
    /opt/SUNWicsrv/cal/bin/backup/<I>userid</I><BR>
    <P>
    <B>3) Specific Calendar</B>
    ? To backup a specific calendar:<BR>
    <P>
    /usr/bin/nsr/save -s <I>legato server host</I>
    /opt/SUNWicsrv/cal/bin/backup/<I>userid calid</I>
    ? To restore a specific calendar:<BR>
    <P>
    /usr/bin/nsr/recover -a -f -s <I>legato server host</I>
    /opt/SUNWicsrv/cal/bin/backup/<I>userid calid</I>
    <P>
    You can also use the Networker graphical user interface to schedule backups.
    For example, you could set up a client saveset to back up
    /opt/SUNWicsrv/cal/bin/backup
    periodically.
    <P>
    For more information regarding Solstice/Legato Networker software, please
    see the Sun documentation at <BR>
    <P>
    http://www.sun.com/storage/software/backup.html<BR>
    <P>
    Also see technote 4311, "iCS 2.x: What is the difference between
    csbackup/csrestore and the Solstice/Legato Networker functionality?," at<BR>

    Hi,
    Check below link:
    http://help.sap.com/saphelp_nwpi711/helpdata/en/f2/31ad41810c11d288ec0000e8200722/content.htm
    Thanks
    Sunny

  • Problem logging into iPlanet Calendar Server from pull-down menu in Communicator

    When I run the iPlanet Calendar Server's cstool
    utility and enter the command<BR>
    <P>
    cstool -p 80 ping name.of.server
    <BR>
    <P>
    I receive the message<BR>
    <P>
    Calendar Server is up and running!
    <P>
    I can also access the LDAP service of the Calendar Server with no problem.
    However, if I try to connect to this server using the pull-down menu for
    Netscape Communicator 4.7 with Calendar, I receive the error message<BR>
    <P>
    The server is unreachable. Verify that the network is available and that the
    server application is running.
    <P>
    To use the iPlanet Calendar Server client, point your browser at the client
    port that was specified when the iPlanet Calendar Server was installed.
    <P>
    For example,<BR>
    <P>
    http://your_server_name:80
    <P>
    If you forgot which client port is specified, you can find the value for the
    port number in the service.http.port
    parameter in the server's
    /opt/SUNWicsrv/cal/bin/config/server.conf
    file.

    So if you accepted the defaults during the installation process who are the database users? ias_admin? system? sys? I've tried all and gotten ORA-01017: invalid username/password; logon denied. These fail in the OEM console as well. I apologize in advance if the answer is embarassingly obvious.

  • Can users access iPlanet Calendar Server 2.0 (iCS 2.0) from anywhere?

    Can users access iPlanet Calendar Server 2.0 (iCS 2.x) from anywhere?
    <P>
    Regardless of whether you are a remote user, mobile user, or in the
    office every day, you need access to your calendaring information anytime from
    anywhere. iCS 2.x provides a personal calendar and event solution that can be
    any device that includes a web browser. iCS 2.x works with other Alliance
    solutions such as Sun Internet Mail Server and Netscape Messaging Server
    software to ensure complete access to your calendar data regardless of location,
    platform, or browser.

    Hi,
    Thank you for your suggestion. I have tried with your option also. Still I am getting the second time userid/password dialogue box.
    Is there any other solution to avoid the second time user authentication dialogue box?
    Do you want to see the ACL file?
    Thanks & Regards,
    Murthy

  • Does iPlanet Calendar Server 2.x  (iCS 2.x)  support IETF iCalendar standards?

    Does iPlanet Calendar Server 2.x (iCS 2.x) support IETF iCalendar
    standards?
    <P>
    iPlanet Calendar Server was designed from the ground up to support
    IETF calendar
    standards. Its standards-based features make it easier for users to
    share
    calendaring information across the network. As standards continue to
    evolve and
    emerge, iPlanet will continue to support for these new IETF standards.
    The relevant IETF calendar standards are:
    <ul>
    <li>iCalendar (RFC2445)
    <li>iTIP (RFC2446 iCalendar Transport-Independent Interoperability Protocol)
    <li>iMIP (RFC2447 iCalendar Message-Based Interoperability Protocol)
    <li>CAP (draft - Calendar Access Protocol)
    </ul>

    Does iPlanet Calendar Server 2.x (iCS 2.x) support IETF iCalendar
    standards?
    <P>
    iPlanet Calendar Server was designed from the ground up to support
    IETF calendar
    standards. Its standards-based features make it easier for users to
    share
    calendaring information across the network. As standards continue to
    evolve and
    emerge, iPlanet will continue to support for these new IETF standards.
    The relevant IETF calendar standards are:
    <ul>
    <li>iCalendar (RFC2445)
    <li>iTIP (RFC2446 iCalendar Transport-Independent Interoperability Protocol)
    <li>iMIP (RFC2447 iCalendar Message-Based Interoperability Protocol)
    <li>CAP (draft - Calendar Access Protocol)
    </ul>

  • Outlook to iPhone sync failure – Sync suddenly stopped working for calendar events but continued for contacts and notes.   Finally Fixed!!!  SUPPORT TEAM – PLEASE SEE THIS – Complete explanation of cause and correction steps.

    The issue:  Outlook to iPhone sync failure – Sync suddenly stopped working for calendar events but continued for contacts and notes.   Finally Fixed!!! 
    SUPPORT TEAM – PLEASE SEE THIS – Complete explanation of cause and correction steps.
    The cause:  It is now clear what caused this problem.  For years I had several “all-day” events in my Outlook calendar (birthdays, anniversaries, etc.).  In May 2012 I decided to make some of them one hour  events so I could add alerts to remind me of the event.  I did this by dragging them in Outlook to the time I wanted and expanding them to the time slot desired and then adding the alarm.
    The symptom:  Syncing stopped working for the calendar but continued working for contacts and notes.  I didn’t realize sync was failing until months later when I missed two very important phone calls, so when I noticed it the cause was not obvious. 
    The failed attempts:  I’m head of a software firm and my calendar sync is a crucial to my business life so I took this on with a vengeance.  From a quick look at events in Outlook and the iPhone I could see that the problem started in May 2012.  Events before May were in both Outlook and the iPhone but events after May were only one or the other.  Unfortunately I had changed several other things at the same time relating to other events so again the cause was not obvious.  MANY calls with AppleCare proved them incompetent so my internal IT guys assisted trying many things.  We tried a huge number of calendar changes and several versions of iTunes, iPhone OS and Office as well as both iPhone 4 and 5, all without success.
    The fix:  After 18 months of frustration, MANY  hundreds of $ expense and MANY hours of wasted time I saw a blog that had a calendar sync  problem and it indicated all day events were related.  I changed the display of the Outlook calendar to the list view, added columns so I could see “all day” event check marks as well as times of events,  sorted on the “all day” event column to move them to the top, and for all events that were “all day” events AND had a start and end time, I removed recurrence and then added the annual recurrence back…
    After I fixed all events that had BOTH “all day” set and had a start/end time, I tried another sync.  It synced for the first time in 18 months! 
    Problem occurred May 2012 – fixed Nov 2013

    Hi, to remove dummy '_ModGrp' entries, rather than crashing the 'Suppr' key on your keyboard, you can use this basic VBA macro (launched for instance from Excel).
    It will recursively remove all '_ModGrp...' folders
    Sub RemoveFolders_Click()
        Dim oOutlook As Outlook.Application
        Set oOutlook = New Outlook.Application
        Set objNameSpace = oOutlook.GetNamespace("MAPI")
        Call CleanFolders(objNameSpace.Folders)
    End Sub
    Sub CleanFolders(objFolders As Outlook.Folders)
        For i = objFolders.Count To 1 Step -1
            If Left(objFolders(i).Name, 7) = "_ModGrp" Then
                objFolders.Remove( i )
            Else
                If Not objFolders(i).Folders Is Nothing Then
                    Call CleanFolders(objFolders(i).Folders)
                End If
            End If
        Next i
    End Sub

  • We want to deploy Servlet/JSP in JServ and call the EJB's deployed in iPlanet App Server 6.0 SP2. How do we make the getInitialContext Call be able to access the EJB's.

    Additionally what configurations do we need to make sure we have on JServ (Third party Servlet container) to make sure that the iPlanet EJB's can be accessed.

    Let me preface my instructions with the comment that this isn't a good idea. Although the J2EE specification allows you seperate your web container from your EJB container, in practical deployments it is a bad idea. The overhead of doing RMI/IIOP calls to an external container as opposed to making inter-JVM calls means that you can expect roughly an order of magnitude less performance than if you colocate your web and EJB containers. (This is why all EJB containers are also web containers, or at least have the provision to install themselves in the same JVM as a web container.)
    That said, if you do not have the option to move the servlets to iAS, you can access EJB's in iAS from JServ the same way that you would from any remote client. Take a look at the following information for more detail:
    Chapter 9 of the developer's guide ( this shows you what changes you need to make to the remote JVM (at JServ) and in the EJB's that you are exposing).
    The RMI/IIOP sample application. This gives you an example of how to access EJB's from outside the container.
    (To answer your direct question, the following code will get the initial context. But if you don't take all of the other configuration steps, this code won't work:
    env.put("java.naming.factory.initial", "com.sun.jndi.cosnaming.CNCtxFactory");
    env.put("java.naming.provider.url", "iiop://" + host + ":"+port);
    Context initial = new InitialContext(env);
    I'd also suggest that you approach the task with the following approach. (Assuming that I haven't managed to convince you that this is a really bad idea.)
    1. Get your EJB's working on iAS. Test them with servlet harnesses running on iAS.
    2. Get your servlets working on JServ, if they aren't already.
    3. Create a simple standalone Java application as a test harness for EJB's. Follow the RMI/IIOP instructions until you get this test harness working.
    4. Create a simple servlet test harness in JServ to access your EJb's. Follow the JVM setup instrucitons until you get this working.
    5. Actually integrate the EJB's with your production application.
    I say this because there are about five trillion things that can go wrong in this process. Although the troubleshooting steps in the docs are helpful, I find that it helps to get one thing working at a time. It's very frustrating to spend a day trying to resolve JNDI issues only to find out that you have your CXS configured improperly.

  • How to create a WAP/HDML interface to Calendar Server?

    I am charged with creating a WAP/WML/HDML interface to an installation of the latest version of iPlanet Calendar Server.
    I need all the information I can get on going about this. To my understanding, I'll need to use WCAP to effect conversions of Calendar's XML via XSLT.
    I'm completely unfamiliar with WCAP.
    Could somebody point me in the right direction?
    Thanks and forum karma,
    FZ

    Sort of. I found this article below that helped me to connect to the remote CF server using MXML. It seems that you have to create a regular project in Flex with Aplication Server Type set to None and connect to CF using the endpoint attribute of the RemoteObject MXML tag or via AS.
    http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/200
    However I found out after getting error using the AS3 code to use the endpoint property that
    mx.rpc.remoting.RemoteObject does not support  the "endpoint" property
    whereas mx.rpc.remoting.mxml.RemoteObject does. See link below
    http://www.mail-archive.com/[email protected]/msg101439.html//www.mail-archive.com/[email protected]/msg101439.html
    So I had to change my AS3 code by adding a new channel to my RemoteObject using a code similar to the one on the link below (Note that this code uses PHP, when I instantiate myRemoteObject, I do so informing that the destination is "ColdFusion" [new RemoteObject("ColdFusion")], so no need to set destination as in the code on the link below
    http://tech.groups.yahoo.com/group/flexcoders/message/120115
    I hope that helps you.

  • Retriving data from Calendar Server

    Hi All,
    I am trying to retrieve data from Sun java Calendar . I know we can do that using WCAP commands. But i need to write a code in C to retrieve the data. i could not find a CSAPI to retrieve the data. Then i learnt that CSAPI's are used to modify and enhance the server functionality.Does that mean we cannot retrieve data like events and todos form the calendar using CSAPI's. If yes Is there any other way to retrieve data from calendar server other than WCAP ?
    Thanks and Regards,
    Eklavya

    Hi,
    lmeenakshy wrote:
    Is there any way of retrieving the data from the calendar server using the HTTP methods.Is GET method an appropriate one to use on the calendar server.GET IS the method. You can see an example here:
    http://en.wikipedia.org/wiki/Web_Calendar_Access_Protocol
    Is there possibility of typing the HTTP request on the URL tab and getting information from the server?Using a web-browser will not get the desired results due to the calendar server port detecting that a web-browser is in use and not responding in the same fashion (providing a calendar express interface instead).
    You can use something like the perl LWP::UserAgent module to send through the necessary commands.
    Could you please tell me the sequence of steps to be followed to for me to use HTTP methods to get the data from the calendar server?(i do not want to use the WCAP commands).I suggest you do some more research. Saying you don't want to use WCAP commands but want to use HTTP methods are contradictory statements.
    Regards,
    Shane.

  • Calendar Server Migration from iplanet5.2 to Sunjava messaging server

    Hi
    Can any one help me on Calendar server migration.
    How can i migrate the calendar server from iplanet 5.2 to sunjava messaging server
    Users
    Calendar resources
    Groups
    Attributes

    Hi,
    I assume you mean iplanet calendar server 5.1.1 to the latest calendar server (6.3). If so, I suggest you start by reading through the calendar server admin guide which goes through the steps involved and tools to use to migrate from 5.1.1 onto calendar server 6.3.
    http://www.sun.com/bigadmin/hubs/comms/library/manuals.calendar.jsp
    Regards,
    Shane.

  • Logging in Calendar Server sometimes takes forever

    Test setup :
    - On Windows NT Server 4.0 SP6a
    - Sun ONE Calendar Server (5.1.1),
    - Local user prefs LDAP database : IPlanet Directory Server
    - Distant auth LDAP database : OpenLDAP
    Just after restarting the services, login procedure works OK and fast. After a few hours of use, login procedure takes about 2 minutes and 40 seconds (but finally works).
    Other factors :
    - If the login credentials are cached, everything works OK and fast. If and only if the credentials are not cached and the server has been used for some time, then the login takes forever.
    - Network sniffing reveals that CS does two LDAP queries : one to get the DNs related to the login, one to check the credentials using a BIND operation. When everything works, the two requests are done quickly in succession. When it doesn't work, the first request is done (answer comes immediately) then CS delays for about 2 minutes 40 seconds before doing the second request.
    - I've played with several ics.conf parameters (LDAP cache, session duration, HTTP timeout...) without much success.
    Any ideas ?

    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem does not disappear when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • Can iDSIE (Meta-directory) be used as a single authentication point from iPlanet Web Server for multiple databases using direct "or" indirect connectors?

    Basically, the latest release of iPlanet Web Server forces the user/group information source to be an LDAP database. Currently, the user accounts are in Active Directory, NT, Oracle and NetWare Directory Service in this heterogeneous environment.
    What I am looking for is a meta-directory product which can do two things:
    1-Single authentiation point for users in mulitple databases from iPlanet Web Server.
    2-Single administration point for all of the databases listed above.
    For example, can I add/modify/delete a user account at the meta-directory level and have this propagate to all of the databases listed above reducing the administration to one meta-directory product?

    With an Virtual Directory solution, you can authenticate Iplanet Web Server against nearly anything including any LDAPv3 Directory Server, Microsoft Active Directory, Windows NT Domains, Oracle RDBMS, IBM DB2 RDBMS, Microsoft SQL, and others.
    All of this is done dynamically and doesn't require any heavyweight synchronization process. The Virtual Directory acts as a dynamic schema / DIT / data translation engine for different types of repositories.
    OctetString's Virtual Directory Engine is one such example. You can download a 30 day evaluation copy at:
    http://www.octetstring.com
    It will take you all of 30 minutes to get iPlanet Web Server authenticated against and using groups from things like Oracle RDBMS, Windows NT Domains, or Active Directory.

  • Using Calendar client version 4.6 on Unix to connect to Calendar Server 4.0, I get a core dump and the client does not launch

    I am using Communicator Pro with Enterprise Calendaring, Calendar client 4.6,
    and when I attempt to launch it I immediately get a core dump and it does not
    launch.
    <P>
    The 4.6 motif client is not able to run against the 4.0 Calendar Server.
    It is strongly recommended that you use the 4.61 motif Calendar client (bundled with the 4.7
    Communicator Pro release) or 4.51/4.52 against Calendar Server 4.0. There are
    known problems when going offline while using the 4.5 client on any platform
    against the 4.0 Server. Both the 4.51 Windows and the 4.52 motif clients have
    repaired this problem.

    You can get Firefox 3.6 from http://www.mozilla.com/en-US/firefox/all-older.html

  • Iplanet  web server 7 -how to get more information when a certificate is untrusted ?

    Hi
    When a client tries to access to iplanet 7.0.15, we only get a line in the errors log with a simple error., for instance SSL_ERROR_UNKOWN_CA_ALERT...
    We would like to know if it is possible to configure iplanet to get more information about this request..
    iPLANET is receiving requests from a lot of clients and sometime it is difficult to identify the source of a error without more information..
    We would like have similar information that access log shows when certificate is valid
    We get the same information with log-level = info or finest..
    Thanks
    Uge

    Hi Uge,
    Setting the iPlanet Web Server log level to 'finest' will give you more information, but it is very verbose, and you still might not get the information you are looking for. You might want to try 'fine' or 'finer' first to see if either of those gives you the information you  need.
    With regards to the above error, SSL_ERROR_UNKOWN_CA_ALERT, this means that the client presented a certificate in the SSL handshake that was signed by a CA that the Web Server doesn't have in it's certificate database. In order to ensure the Web Server is kept upto date with the latest set of public CA certificates, I would recommend you upgrade to the latest version.
    If you know that the certificates the clients are using are from an internal CA, you need to ensure the Root CA Certificate from that internal CA is installed in the Web Servers certificate database as a trusted certificate.
    regards
    Tracey

Maybe you are looking for