Author |
Message
|
shashivarungupta |
Posted: Tue Mar 03, 2015 4:29 pm Post subject: EmailInput Node and POP3 (SSL ?) |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Hi,
I am at the same stage which was eventually captured/found at this older post., when an EmailInput Node is trying to receive emails from Gmail POP3 'pop.gmail.com 995' location.
So far, Things (Broker 'EmailServer' Configurable service, Security Identity, gmail POP3 settings, telnet at 'pop.gmail.com 995' works) are in place.
My broker doesn't have SSL setup yet (as questioned in the older post), as that's expected by POP3 Gmail, while Broker Application receives emails from Gmail account.
Could you please assist with SSL configuration setup instructions (or an URL), while doing this?
Broker (v8/IIB v9).
Platform: Windows
Thanks.  _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Tue Mar 03, 2015 6:42 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Hope this will cover up the requirements, isn't it ?
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Mar 04, 2015 6:12 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
shashivarungupta wrote: |
Hope this will cover up the requirements, isn't it ?
 |
It should.  |
|
Back to top |
|
 |
shashivarungupta |
Posted: Wed Mar 11, 2015 2:55 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
So,
as per IIB9 documentation, only JKS (java key store) is supported at the moment at broker level.
Before I configure Keystore at the broker level or EG level, I must have JKS?
What if I have a database (key.kdb) which has a self signed cert (say sscert, sscert.arm) , cann't I configure broker key store and would it be correct to do so?
Since I've a self signed cert (in key.kdb), I only need to configure key store not the trust store at broker level, right?
How can I exchange the certs with pop3, while receiving the emails over EmailInput Node?
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 12, 2015 4:23 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
shashivarungupta wrote: |
So,
as per IIB9 documentation, only JKS (java key store) is supported at the moment at broker level.
Before I configure Keystore at the broker level or EG level, I must have JKS?
What if I have a database (key.kdb) which has a self signed cert (say sscert, sscert.arm) , cann't I configure broker key store and would it be correct to do so?
Since I've a self signed cert (in key.kdb), I only need to configure key store not the trust store at broker level, right?
How can I exchange the certs with pop3, while receiving the emails over EmailInput Node?
 |
ikeyman (strmqikm) lets you transform a cms store (.kdb) into a jks store. (See save icon). rumqckm -keydb -convert should allow you to do the same. _________________ MQ & Broker admin |
|
Back to top |
|
 |
shashivarungupta |
Posted: Thu Mar 12, 2015 12:01 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
fjb_saper wrote: |
ikeyman (strmqikm) lets you transform a cms store (.kdb) into a jks store. (See save icon). rumqckm -keydb -convert should allow you to do the same. |
Thanks for your valuable suggestion.
By the way, I created a new jks store into which I have add the extracted self signed cert from .kdb store. So, my jks store has a self signed cert now.
Next step seems to have broker key and trust store configuration in the registry. (Before that I was trying to analyse the impact of this configuration on the existing message flows that do not have SSL and don't have such requirement of it.)
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Thu Mar 12, 2015 4:56 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
I still get the error in the Event Viewer after making the changes to the Broker Registry and setting the Keystore and TrustStore for it and setting the password for them using mqsisetdbparms command. (also restarted the broker after that to make the changes affected).
Code: |
( MB8BROKER.default ) EmailInput node ''Email Input'' in message flow ''V1.MF_Email'' is unable to communicate with email server ''pop3://pop.gmail.com:995''. The error message is ''Connect failed''.
The EmailInput node cannot communicate with the email server.
Ensure that the email server is running and is accessible from the system that WebSphere Message Broker is running on. Also ensure that the Email Server property is correctly configured on the EmailInput node, or that the serverName property is correctly configured on the EmailServer configurable service. |
Thinking...Whatelse is required ?
Suggestion?
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 12, 2015 6:33 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
you need to look up the infocenter with httplistener HTTPSConnector and all the referenced tasks there. _________________ MQ & Broker admin |
|
Back to top |
|
 |
7207165620 |
Posted: Tue Nov 17, 2015 12:23 am Post subject: Connect failed with gmail pop3 smtp server |
|
|
Apprentice
Joined: 11 Apr 2013 Posts: 37
|
Hi Shashi,
Did you get solution to this issue? I am stuck with same issue.
Please guide me to resolve this. Any suggestion from experts is highly appreciated.
Thanks
Das |
|
Back to top |
|
 |
|