IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Batch FTP secure_socket_init failed with rc = 435


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
prav_06
Warnings : 1

Active User


Joined: 13 Dec 2005
Posts: 154
Location: The Netherlands

PostPosted: Mon Jan 30, 2012 9:14 pm
Reply with quote

Dear All,

I am trying for a batch FTP to an FTP server, and when executed the job abends with the given below error message.

Code:
CY1367 ftpStart: socket() failed on AF_INET6 - EDC8114I Address family not supported. (errno2=0x112B0000)
CY1375 ftpStart: client operating in IPv4 only mode
CZ0267 ftpOpen: entered                           
GU4900 initADcontainer: entered                   
GU4900 initADcontainer: entered                 
SC0473 initConnection: entered                   
SC0549 initConnection: Calling getaddrinfo() with <server Name>
SC0588 initConnection: getaddrinfo() returned.           
SC0759 initNamedConnection: entered                       
SC0918 initIPv4Connection: entered                       
CY3177 access_via_socks_server: entered                   
EZA1554I Connecting to: <server name> Port 465
GU4945 ftpSetApplData: entered                                               
FC0238 ftpAuth: security values: mech=TLS, tlsmech=FTP, sFTP=R, sCC=P, sDC=P 
FC0285 ftpAuth: ........ cipherspecs =                                       
FC0326 ftpAuth: environment_open()                                           
FC0444 ftpAuth: environment_init()                                           
FC0453 ftpAuth: environment initialization complete                           
EZA1701I >>> AUTH TLS                                                         
234 SSL enabled and waiting for negotiation                                   
FC0904 authServer: secure_socket_open()                                       
FC0971 authServer: secure_socket_init()                                       
FC0984 authServer: secure_socket_init failed with rc = 435 (Certification authority is unknown)
FC1339 endSecureConn: entered             
EZA2897I Authentication negotiation failed
FC1371 endSecureEnv: entered               
CZ0609 SETCEC code = 17                   
EZA2898I Unable to successfully negotiate required authentication
CX0359 main: error and exit on error                             
CX0373 main: RC=-0001 cmd_in_progress=10                         
CX0376 main: last_reply= 234 err=17                             
PC0915 setClientRC: entered                                     
PC0985 setClientRC: std_rc=10234, rc_type=STD, rc=10234         
EZA1735I Std Return Code = 10234, Error Code = 00017             


From the error message I get that its a certificate issue on the receiving server, I have tried re-installing the certificate several times in the Windows machine, but no luck, please suggest if there is a way to make this work.


Regards,
Thamilzan.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Jan 31, 2012 12:58 pm
Reply with quote

maybe this :
www-304.ibm.com/support/docview.wss?uid=swg21055396

or this :
www-01.ibm.com/support/docview.wss?uid=isg1II13516
Back to top
View user's profile Send private message
belinda tinsley

New User


Joined: 30 Mar 2012
Posts: 1
Location: USA

PostPosted: Sat Mar 31, 2012 12:41 am
Reply with quote

Was this ever resolved? If so, how? I am struggling with this same error. And yes, I looked at the one reply and I'm afraid it didn't help. Have run traces which are in IBMs hands but maybe this was resolved in a way I can apply too..... Thanks
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Apr 01, 2012 2:48 am
Reply with quote

Hello and welcome to the forum,

Code:
CY1367 ftpStart: socket() failed on AF_INET6 - EDC8114I Address family not supported. (errno2=0x112B0000)
CY1375 ftpStart: client operating in IPv4 only mode

EZA2897I Authentication negotiation failed
FC1371 endSecureEnv: entered               
CZ0609 SETCEC code = 17                   
EZA2898I Unable to successfully negotiate required authentication
Suggest you work on resolving these - possibly with your local network people or those responsible for the installation/support of this ftp (and the target ftp) software.

Is this the first attempt to use this type of file transfer?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts DFHPI1008 JSON generation failed COBOL Programming 0
No new posts Batch install term/printer CICS 2
Search our Forums:

Back to Top