> Client gets its time from client machine and server gets its time from > server machine, what it both are in different timezone?
The time is sent in UTC format, so timezone doesn't matter. > my server is maintained by third party , I know the client which is mine > the time is correct but the server I have no clue could the time be > different in server whihc is causing this issue? Yes it could. The best way to find out is to turn logging to DEBUG in the server and see what it says. It'll give you the exact error message there. Colm. On Fri, Jan 11, 2013 at 1:44 PM, fachhoch <[email protected]> wrote: > Thanks for you reply , > client requrest includes timestamp so every request sent by client will > contain timestamp , on server side ws security checks this timestamp if > its either case A (5 minutes ago) or B (more than 60 seconds in the > future) it rejects. > > Client gets its time from client machine and server gets its time from > server machine, what it both are in different timezone? > > my server is maintained by third party , I know the client which is mine > the time is correct but the server I have no clue could the time be > different in server whihc is causing this issue? > I never had this issue before. > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Timing-issue-with-WS-Security-tp5721431p5721459.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
