ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Gmail SMTP restriction

Post new topic  Reply to topic
 Gmail SMTP restriction « View previous topic :: View next topic » 
Author Message
iib
PostPosted: Fri Jun 26, 2015 7:48 am    Post subject: Gmail SMTP restriction Reply with quote

Apprentice

Joined: 26 Jun 2015
Posts: 27

I could not configure Send a test message to the node EMAILOUPTU with gmail SMTP, anyone knows IIB is restricted to the SMTP ?.
Back to top
View user's profile Send private message
nelson
PostPosted: Fri Jun 26, 2015 10:13 am    Post subject: Reply with quote

Partisan

Joined: 02 Oct 2012
Posts: 313

What errors do you get?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Jun 26, 2015 10:39 am    Post subject: Re: Gmail SMTP restriction Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

iib wrote:
I could not configure Send a test message to the node EMAILOUPTU with gmail SMTP, anyone knows IIB is restricted to the SMTP ?.

Did you set up any SSL/TLS infrastructure. I believe you need SSL with gmail...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
iib
PostPosted: Tue Jun 30, 2015 7:17 am    Post subject: Reply with quote

Apprentice

Joined: 26 Jun 2015
Posts: 27

The configuration I have is smtp.gmail.com:465 SSL. I have to do any configuration for the Broker allows SSL connection?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Jun 30, 2015 7:35 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

iib wrote:
The configuration I have is smtp.gmail.com:465 SSL. I have to do any configuration for the Broker allows SSL connection?


Broker is not a browser.
Back to top
View user's profile Send private message
iib
PostPosted: Tue Jun 30, 2015 7:38 am    Post subject: Reply with quote

Apprentice

Joined: 26 Jun 2015
Posts: 27

The erros is:

ListaExcepciones
RecoverableException
File F:\\build\\slot1\\S900_P\\src\\DataFlowEngine\\MessageServices\\ImbDataFlowNode.cpp
Line 1155
Function ImbDataFlowNode::createExceptionList
Type ComIbmTryCatchNode
Name PruebaEmail_MF#FCMComposite_1_7
Label PruebaEmail_MF.Intentar captación
Catalog BIPmsgs
Severity 3
Number 2230
Text Node throwing exception
Insert
RecoverableException
File F:\\build\\slot1\\S900_P\\src\\DataFlowEngine\\TemplateNodes\\ImbOutputTemplateNode.cpp
Line 326
Function ImbOutputTemplateNode::processMessageAssemblyToFailure
Type ComIbmEmailOutputNode
Name PruebaEmail_MF#FCMComposite_1_4
Label PruebaEmail_MF.Salida de correo electrónico
Catalog BIPmsgs
Severity 3
Number 2230
Text Caught exception and rethrowing
Insert
RecoverableException
File MbErrorHandler.java
Line 154
Function sendBasicEmail()
Type
Name
Label
Catalog BIPmsgs
Severity 3
Number 4459
Text Exception sending email
Insert
RecoverableException
File MbErrorHandler.java
Line 318
Function throwableToMbException
Type
Name
Label
Catalog BIPmsgs
Severity 3
Number 4678
Text Exception sending email
Insert
Type 5
Text Exception reading response\r\nRead timed out\r\n
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Jun 30, 2015 7:45 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

So did you set up the broker's SSL Infrastructure?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
iib
PostPosted: Tue Jun 30, 2015 7:52 am    Post subject: Reply with quote

Apprentice

Joined: 26 Jun 2015
Posts: 27

I have not prepared, you can please guide me how I prepare it.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Jun 30, 2015 8:00 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

iib wrote:
I have not prepared, you can please guide me how I prepare it.


According to the documentation.
Back to top
View user's profile Send private message
iib
PostPosted: Tue Jun 30, 2015 9:15 am    Post subject: Reply with quote

Apprentice

Joined: 26 Jun 2015
Posts: 27

Sorry but I have these two documentations are configured for HTTP nodes, this information helps me to send mail by EmailOutput node?

http://www.ibm.com/developerworks/websphere/library/techarticles/1205_bhat/1205_bhat.html

http://www-01.ibm.com/support/docview.wss?uid=swg27012172&aid=1
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Jun 30, 2015 10:07 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

The SSL infrastructure, i.e. setting up keystore and truststore is the same whether you are looking at HTTP, SOAP, or Smtps ...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
iib
PostPosted: Wed Jul 01, 2015 6:16 am    Post subject: Reply with quote

Apprentice

Joined: 26 Jun 2015
Posts: 27

I failed to configure the SSL because I have the Thawte.crt file, can someone explain to me what is this file?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Jul 01, 2015 6:36 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

iib wrote:
I failed to configure the SSL because I have the Thawte.crt file, can someone explain to me what is this file?

This is a public certificate file. You will have to add / import it into the truststore...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Wed Jul 01, 2015 7:47 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

So the instructions you should be following are here

You should be using the section on configuring the Integration Server (the EG).

You should otherwise review online resources for learning and understanding the basics of SSL - including what CA certs are and what signed certs are.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Gmail SMTP restriction
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.