Author |
Message |
Topic: SSL handshake aborted due to detection of insecure SSL serve |
SOLOHERO
Replies: 2 Views: 7493
|
Forum: WebSphere DataPower Posted: Thu May 14, 2015 10:45 pm Subject: SSL handshake aborted due to detection of insecure SSL serve |
Resolved the issue,
there are two option on SSL proxy profile.
Permit Connections to Insecure SSL Servers in the Configure SSL Proxy Profile Page, that option solved the issue.
Beware it is easy to ... |
Topic: SSL Exceptions in DataPower |
SOLOHERO
Replies: 12 Views: 23622
|
Forum: WebSphere DataPower Posted: Thu May 14, 2015 4:37 am Subject: SSL Exceptions in DataPower |
can you post your packet capture here, |
Topic: SSL Exceptions in DataPower |
SOLOHERO
Replies: 12 Views: 23622
|
Forum: WebSphere DataPower Posted: Wed May 13, 2015 6:41 pm Subject: SSL Exceptions in DataPower |
Hi, You are not ever getting to that stage of val cred ,
Peer has to accept your connection and send a certificate which is not happening.
Do a packet capture you will get the whole picture.
... |
Topic: SSL handshake aborted due to detection of insecure SSL serve |
SOLOHERO
Replies: 2 Views: 7493
|
Forum: WebSphere DataPower Posted: Wed May 13, 2015 6:39 pm Subject: SSL handshake aborted due to detection of insecure SSL serve |
SSL Hand Shake Error
Datapower is rejecting the handshake immediately after Server Hello Done.
i found this from packet capture.
i send the request to server--client hello
server is respo ... |
Topic: EncryptedKey , digest method |
SOLOHERO
Replies: 1 Views: 6373
|
Forum: WebSphere DataPower Posted: Fri Jul 11, 2014 12:33 am Subject: EncryptedKey , digest method |
Hi,
can i use like this in my XSLT, what the advantage of this
<xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
<xenc:EncryptionMethod Algorithm="http:// ... |
Topic: Main method for java compute node |
SOLOHERO
Replies: 2 Views: 3030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Aug 29, 2010 4:41 pm Subject: Main method for java compute node |
Thanks mate.... |
Topic: Main method for java compute node |
SOLOHERO
Replies: 2 Views: 3030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 25, 2010 8:05 pm Subject: Main method for java compute node |
Hi There,
I was trying to write a main menthod to test my java class in JavaCompute node.
but how do i convert my request message captured from FileInputStream to MbMessageAssembly.
Thanks |
Topic: Multiple Execution Groups |
SOLOHERO
Replies: 16 Views: 10458
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 07, 2010 7:54 pm Subject: Multiple Execution Groups |
HI ,
Thanks for the reply..this prod and i dont have sufficient access to do the checks , but it is getting filled by some log files i guess...
what is the best way..i never heard abt this stdou ... |
Topic: Multiple Execution Groups |
SOLOHERO
Replies: 16 Views: 10458
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 04, 2010 4:13 pm Subject: Multiple Execution Groups |
Hi There,
I have a problem..
Message Broker is using STDOUT for the n number execution groups. This is filling /var/mqsi.
So i want to remove the STDOUT seetings for the n execution group ... |
Topic: error parsing integer with TDS parser |
SOLOHERO
Replies: 5 Views: 6866
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 20, 2010 7:30 pm Subject: error parsing integer with TDS parser |
There lies your problem.
Message content is like this: "LH 400"
- first element ("LH") - Type xsd:string, Length 2 Characters
- seccond element (" 400") - Type x ... |
Topic: Check to see if Child field exists |
SOLOHERO
Replies: 3 Views: 4988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 19, 2010 11:09 pm Subject: Check to see if Child field exists |
You can use simple check using EXISTS function
eg.
IF EXISTS(InputBody.B2BMessage.payload.loadTimetableData.TimetableDataUploadType.TimetableUpload[])
THEN
RETURN 'TIMET ... |
Topic: user trace files |
SOLOHERO
Replies: 9 Views: 7344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 19, 2010 10:21 pm Subject: user trace files |
Try The below command..
This will actually set all the flows in the execution group trace to be none.
mqsilist -e ExecutionGroup|awk '/BIP8131I/ {print("sudo -u mqsi mqsichangetrace -u -e E ... |
Topic: user trace files |
SOLOHERO
Replies: 9 Views: 7344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 17, 2010 3:19 pm Subject: user trace files |
The trace will be none by default, unless you set the trace to debug you dont see that.
So what exactly is your problem . |
Topic: user trace files |
SOLOHERO
Replies: 9 Views: 7344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 14, 2010 9:15 pm Subject: user trace files |
you can issue a command to check if the propeties of all the flows in the execution group, this shows if any flows has turned the begug on(Trace level.)
MQ Command:
mqsireportproperties <BR ... |
Topic: Debugger making me to frustrate |
SOLOHERO
Replies: 20 Views: 9630
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 14, 2010 9:01 pm Subject: Debugger making me to frustrate |
Check if the system process when you start the debugger,
what version of agent controller are you running.
Agent controller is your debugger. so compare it see the performance, of your system.
... |