Author |
Message
|
praveenmq |
Posted: Wed May 09, 2012 5:45 am Post subject: SSL issue |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
Hi ,
Recently our SSL certificates have been expired and client is taking too long to generate the new certificate.
In that case is it possible to make the flow run in HTTP instead of HTTPS?
What are the properties needs to be changed in broker to bypass HTTPS and make the application work in HTTP node on 80
Thanks,
Praveen. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed May 09, 2012 5:51 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Your client must make this change, you cannot. SOAPRequest nodes or HTTPRequest nodes can easily shift by changing the HTTPS part of the destination URL to HTTP. But this will do no good unless your downstream provider makes the service available on HTTP port vs. HTTPS port. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
praveenmq |
Posted: Wed May 09, 2012 5:53 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
If i change the endpoint URL for the application is it possible?
Like right now the endpoint is having https followed by the link...
Is it ok if i can change the endpoint in DB to http and the port 80...
Will it do any good? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed May 09, 2012 6:01 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Thats what I was explaining to you. Yes, you can change the endpoint from HTTPS to HTTP and the Broker flow will attempt a connection sans SSL. However, if your downstream provider is not operating in HTTP mode, the connection will not succeed. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
praveenmq |
Posted: Wed May 09, 2012 6:32 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
Thanks for clearing my queries.
But to make it clear let me ask one more time, Please be patient
So you say that the receiving application should listen in HTTP ? for it to work
I just got information that it is listening in the HTTP port also.
So only i need to update the DB table for it with the new endpoint ? Is there any mqsichange properties need to be set in broker level, When we change from HTTPS to HTTP
Thanks a lot for your assistance.. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed May 09, 2012 6:34 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Are you using HTTPRequest node or SOAPRequest node? The properties are overridable so you can potentially not have to rebuild the message flow. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
praveenmq |
Posted: Wed May 09, 2012 6:39 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed May 09, 2012 7:01 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Assuming that your flows use package names, you can override the SOAPRequest endpoint:
<package_name>.<flow_name>#SOAP Request.webServiceURL = http://www.somecompany.com/path/to/service
If your not using package names, shame on your developers, because this means potentially you will not be able to use overrides and you would have to rebuild the flow to effect the change.
You should be using (1) Ant, (2) a source code control system, (3) bar file overrides, and (4) a continuous integration tool (Hudson/BuildForge) etc. If you are not using these, time to start making noise, the squeaky wheel gets the grease. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
praveenmq |
Posted: Wed May 09, 2012 7:18 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
Thank you ...........I will test it and let you know tomorrow ...Thank you Brother!!! |
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed May 09, 2012 7:40 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
praveenmq |
Posted: Wed May 09, 2012 7:58 am Post subject: |
|
|
 Voyager
Joined: 28 Mar 2009 Posts: 96
|
|
Back to top |
|
 |
lancelotlinc |
Posted: Wed May 09, 2012 8:20 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
|