Click here to Skip to main content
16,007,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Off topic Pin
see me21-Jul-06 0:31
see me21-Jul-06 0:31 
GeneralRe: Off topic Pin
ThatsAlok21-Jul-06 0:37
ThatsAlok21-Jul-06 0:37 
GeneralRe: Off topic Pin
Eytukan21-Jul-06 0:40
Eytukan21-Jul-06 0:40 
GeneralRe: Off topic Pin
see me21-Jul-06 0:40
see me21-Jul-06 0:40 
GeneralRe: Off topic Pin
ThatsAlok21-Jul-06 1:13
ThatsAlok21-Jul-06 1:13 
GeneralRe: Off topic Pin
Hamid_RT21-Jul-06 1:19
Hamid_RT21-Jul-06 1:19 
GeneralRe: Off topic Pin
ThatsAlok21-Jul-06 1:25
ThatsAlok21-Jul-06 1:25 
QuestionSecurityException: WSE537??? Pin
kenq20-Jul-06 22:27
kenq20-Jul-06 22:27 
We have got stuck in our development of a web service client with wse 2.0 sp3.
Its a secure webservice over ssl with WS-Trust and WS-Security.
We get SecurityException: WSE537 and cant get past this.
Have searched the all over the web but cant find anyone with a similar issue.
When we send a RequestSecurityToken this error message shows in the console:
(partly in swedish)

Ohanterat undantag: Microsoft.Web.Services2.Security.SecurityFault: The
security
token could not be authenticated or authorized --->
System.Security.SecurityExc
eption: WSE537: The certificate's trust chain could not be verified with the
fol
lowing reason: Ett nödvändigt certifikat är inte inom sin giltighetstid när
det
verifieras mot den aktuella systemklockan eller tidsstämpeln i den signerade
fil
en.
.
at Microsoft.Web.Services2.Security.X509.X509CertificateChain.Verify()
at Microsoft.Web.Services2.Security.Tokens.X509SecurityToken.VerifyTrust()
at Microsoft.Web.Services2.Security.Tokens.X509SecurityToken.Verify()
at
Microsoft.Web.Services2.Security.Tokens.X509SecurityTokenManager.VerifyTok
en(SecurityToken securityToken)
at
Microsoft.Web.Services2.Security.Tokens.SecurityTokenManager.LoadBinarySec
urityToken(XmlElement element)
--- Slut på stackspårning för interna undantag ---
at
Microsoft.Web.Services2.Security.Tokens.SecurityTokenManager.LoadBinarySec
urityToken(XmlElement element)
at
Microsoft.Web.Services2.Security.Tokens.SecurityTokenManager.GetTokenFromX
ml(XmlElement element)
at Microsoft.Web.Services2.Security.Security.LoadToken(XmlElement
element, Se
curityConfiguration configuration, Int32& tokenCount)
at Microsoft.Web.Services2.Security.Security.LoadXml(XmlElement element)
at
Microsoft.Web.Services2.Security.SecurityInputFilter.ProcessMessage(SoapEn
velope envelope)
at Microsoft.Web.Services2.Pipeline.ProcessInputMessage(SoapEnvelope
envelope
)
at
Microsoft.Web.Services2.Messaging.SoapClient.SendRequestResponse(String me
thodname, SoapEnvelope envelope)
at
Microsoft.Web.Services2.Security.SecurityTokenServiceClient.RequestSecurit
yToken(SecurityTokenMessage request, String methodName)
at
Microsoft.Web.Services2.Security.SecurityTokenServiceClient.IssueSecurityT
oken(RequestSecurityToken request)

The swedish error message is in english(with kinda bad translation)
A necessary certifikate is not in valid when verified against the actual
systemtime or the timestamp in the signed file.

Dunno wich certificate they mean... all we are using are valid?

Anyone who is able to push us in the right direction?



//Ken Q
AnswerRe: SecurityException: WSE537??? [modified] Pin
kenq21-Jul-06 1:19
kenq21-Jul-06 1:19 
QuestionFreeLibrary takes much time(45 sec) to free a Win32 dll Pin
gbabu1720-Jul-06 21:58
gbabu1720-Jul-06 21:58 
AnswerRe: FreeLibrary takes much time(45 sec) to free a Win32 dll Pin
ThatsAlok20-Jul-06 22:10
ThatsAlok20-Jul-06 22:10 
GeneralRe: FreeLibrary takes much time(45 sec) to free a Win32 dll Pin
gbabu1720-Jul-06 22:18
gbabu1720-Jul-06 22:18 
GeneralRe: FreeLibrary takes much time(45 sec) to free a Win32 dll Pin
ThatsAlok21-Jul-06 0:40
ThatsAlok21-Jul-06 0:40 
GeneralRe: FreeLibrary takes much time(45 sec) to free a Win32 dll Pin
gbabu1721-Jul-06 0:49
gbabu1721-Jul-06 0:49 
GeneralRe: FreeLibrary takes much time(45 sec) to free a Win32 dll Pin
ThatsAlok21-Jul-06 1:27
ThatsAlok21-Jul-06 1:27 
Questionto anyone who knows... Pin
not insane yet!20-Jul-06 21:28
not insane yet!20-Jul-06 21:28 
AnswerRe: to anyone who knows... Pin
Christian Graus20-Jul-06 21:35
protectorChristian Graus20-Jul-06 21:35 
AnswerRe: to anyone who knows... Pin
ThatsAlok20-Jul-06 22:09
ThatsAlok20-Jul-06 22:09 
AnswerRe: to anyone who knows... Pin
Stephen Hewitt20-Jul-06 23:20
Stephen Hewitt20-Jul-06 23:20 
AnswerRe: to anyone who knows... Pin
Stephen Hewitt21-Jul-06 20:30
Stephen Hewitt21-Jul-06 20:30 
QuestionHalt, Break, Pause Pin
tanarnelinistit20-Jul-06 21:27
tanarnelinistit20-Jul-06 21:27 
AnswerRe: Halt, Break, Pause Pin
Christian Graus20-Jul-06 21:37
protectorChristian Graus20-Jul-06 21:37 
GeneralRe: Halt, Break, Pause Pin
tanarnelinistit20-Jul-06 21:45
tanarnelinistit20-Jul-06 21:45 
GeneralRe: Halt, Break, Pause Pin
ThatsAlok20-Jul-06 22:08
ThatsAlok20-Jul-06 22:08 
GeneralRe: Halt, Break, Pause Pin
Christian Graus20-Jul-06 22:14
protectorChristian Graus20-Jul-06 22:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.