|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Can't stop SSL invocation when using HTTP Request node |
« View previous topic :: View next topic » |
Author |
Message
|
slaaty |
Posted: Sat Jun 04, 2016 10:24 am Post subject: Can't stop SSL invocation when using HTTP Request node |
|
|
Newbie
Joined: 04 Jun 2016 Posts: 1
|
I have been making calls to an https address via HTTP Request node without invoking SSL authentication in a development environment. However, as expected client has now asked us to setup SSL for these same calls, which I did by setting up keystore, etc. However, they are not ready to turn on SSL on their WAS server just yet because they do not want to use self signed certs. So, I want to continue to run https as before without SSL authentication. However, now that I have set up keystore, etc, I can no longer make the same calls without getting an error about trying to access a keystore with no certs. I have tried several things to stop this behavior, but to no avail. How do I disable SSL via command line, or HTTP Request node so that it is like before I ever attempted the SSL setup? |
|
Back to top |
|
 |
terminator_xyz |
Posted: Sun Jun 05, 2016 6:53 pm Post subject: |
|
|
Novice
Joined: 29 Jul 2014 Posts: 15
|
did u try setting blank values on EG and later restarting it?
mqsichangeproperties BROKER1 -e eg1 -o ComIbmJVMManager -n keystoreFile -v ''
mqsichangeproperties BROKER1 -e eg1 -o ComIbmJVMManager -n keystoreType -v ''
mqsichangeproperties BROKER1 -e eg1 -o ComIbmJVMManager -n keystorePass -v ''
mqsichangeproperties BROKER1 -e eg1 -o ComIbmJVMManager -n truststoreFile -v ''
mqsichangeproperties BROKER1 -e eg1 -o ComIbmJVMManager -n truststoreType -v ''
mqsichangeproperties BROKER1 -e eg1 -o ComIbmJVMManager -n truststorePass -v '' |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|