FDX303??? SSL Excessive Message Size???


 
Thread Tools Search this Thread
Operating Systems HP-UX FDX303??? SSL Excessive Message Size???
# 1  
Old 01-23-2014
FDX303??? SSL Excessive Message Size???

I'm hoping someone has seen this before because I'm trying to use an old custom program to automate uploading bank files. The odd thing is the program works with JP Chase old sFTP site but not on this new one? I appreciate any and all assistance I have about a month to figure this out...


This is the error from the log after executing the program.

Code:
Trying 159.53.78.18:443 ... Connected to ftscat2.jpmchase.com.
fdx: SSL_connect(ctrl conn) excessive message size            
Connection to remote host failed.

---------- Post updated at 10:34 AM ---------- Previous update was at 10:06 AM ----------

Here is the log from the program using the old sftp site...so it does work...maybe this is the wrong forum for this. Is there more of an sftp issue? Would it be on my end or the banks?

Code:
$ fdx303 https://fts.jpmchase.com                                   
Trying 159.53.110.166:443 ... Connected to gtiectm.gslb.bankone.com.
[SSLv3 Cipher RC4-SHA]                                              
Authentication required.                                            
Name (fts.jpmchase.com:aron): ste2890                               
Password:                                                           
Virtual user ste2890 logged in.

Moderator's Comments:
Mod Comment Code tags for code please.
# 2  
Old 01-23-2014
this suggests it might be a problem with the remote end.
# 3  
Old 01-23-2014
Thanks Corona the remote end is JP Morgan should I be asking them what the differences are between these two sftp connections are? When I explain the issue to them I'd like to at least point them in the right direction.
# 4  
Old 01-23-2014
Ask them how many certificates they are presenting and such.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Apache wildcard ssl on subdomain serves same page for non ssl virtualhosts

Issue observed: I have configured ng.my-site.com using widlcard ssl cert. When I hit https://www.my-site.com it loads ng.my-site.com website! please advise if I missed any concept / configs... Thank you! httpd.conf <VirtualHost *:80> ServerName www.my-site.com ServerAdmin... (0 Replies)
Discussion started by: ashokvpp
0 Replies

2. Web Development

Apache, cgi script run twice when ssl, once when not ssl

I have interesting problem. https:/host/some/x.cgi - this script has run twice when I call this url But http:/host/some/x.cgi work fine, only once. Output is text/plain. If I change output format to the Content-type text/html, then both urls works fine - executed only once. (2 Replies)
Discussion started by: kshji
2 Replies

3. UNIX for Dummies Questions & Answers

to enable POP3(ssl) and SMTP(ssl) in Squid

i have configured Squid proxy server in Fedora 8 with two network interfaces. HTTP, HTTPS, FTP are working fine but we are unable to download mails using mail clients from mail server with POP3(ssl) and SMTP(ssl). so please someone help us how to enable pop and smtp in Squid. (1 Reply)
Discussion started by: praneel2k
1 Replies

4. Linux

POSIX message queue size

Hi all, Please tell me how to change POSIX message queue maximum size? "ulimit" is not a solution because it controls shell resources. But i need to control queue size before login in and starting the shell. It is needed to limit queue size for applications started before login in. Sorry for my... (7 Replies)
Discussion started by: Vourhey
7 Replies

5. Shell Programming and Scripting

Email message if file size > 0 bytes

I want to create a script that emails a file created by Informix Ace if the file size is > 0. It is a list of exceptions. No exceptions...no message This does not work: THESIZE=`ls -lA /tmp/ds_treo.txt | awk -F' ' '{print $5}'` if then (cat $DSDIR/ds_treo.txt) | mail -s "Treo... (1 Reply)
Discussion started by: poste_d_ordure
1 Replies

6. AIX

Excessive Page INs

Gurus, What does excessive Page Ins indicate for the memory status on the machine. Or, in another form, Reardless the OS, does excessive Page INs reflects memory shortage ? (6 Replies)
Discussion started by: Negm
6 Replies

7. UNIX for Advanced & Expert Users

implicit ssl vs explicit ssl

Can someone explain the difference between the two. Thanks (1 Reply)
Discussion started by: jerardfjay
1 Replies

8. UNIX for Dummies Questions & Answers

excessive IOWAIT

i have a server constantly have high iowait, but i am not able to tell which process generate the most of io. none commands, such as iostat, sar, top will give me this kind of information. hope there is some command can help me to spot the process generate the most of io let to know input... (1 Reply)
Discussion started by: giantpanda77
1 Replies

9. UNIX for Advanced & Expert Users

Excessive Paging&Swapping!

Hi all! Working on Oracle v8i/9i on Unix Sun Solaris v8.0. I am experiencing excessive paging & Swapping.Would like to know the cause. I guess:could be due to inappropriate setting of Unix Kernel Parameters... Please correct me if I am wrong! Thanks&Regards, Amit. (5 Replies)
Discussion started by: Amitstora
5 Replies
Login or Register to Ask a Question