Re: FTPS/HTTPS to testcase sites via proxy (cross posted from IBMTCP-L)

2023-04-28 Thread Jousma, David
FTPs works for us.  Have to use your IBM file transfer ID and password, 
anonymous no longer works.   For a passive connection, there are some high 
numbered range of ports you need to setup firewall to allow.  My JCL looks like 
this

//FTP  EXEC PGM=FTP,REGION=64M,PARM='(EXIT=8'
//CEEOPTS DD *
ENVAR("GSK_PROTOCOL_TLSV1=0")
ENVAR("GSK_PROTOCOL_TLSV1_2=1")
/*
//SYSFTPD  DD *
SECURE_FTPALLOWED
SECURE_MECHANISM  TLS
TLSRFCLEVEL   CCCNONOTIFY
TLSMECHANISM  FTP
SECURE_DATACONN   PRIVATE
KEYRING   *AUTH*/*
EPSV4 TRUE
FWFRIENDLYTRUE
/*
//SYSPRINT DD SYSOUT=*
//SYSINDD *


From: IBM Mainframe Discussion List  on behalf of 
Peter Vander Woude 
Date: Friday, April 28, 2023 at 10:33 AM
To: IBM-MAIN@LISTSERV.UA.EDU 
Subject: FTPS/HTTPS to testcase sites via proxy (cross posted from IBMTCP-L)
Has anyone been able to setup their jobs, that send diagnostic data to IBM, via 
ftps or https using a proxy? Now for us, the https is not as straight forward 
as a normal proxy. Ours requires us to pass and indicate it's to use ntlm 
authentication
ZjQcmQRYFpfptBannerStart

ZjQcmQRYFpfptBannerEnd

Has anyone been able to setup their jobs, that send diagnostic data to IBM, via 
ftps or https using a proxy?



Now for us, the https is not as straight forward as a normal proxy.  Ours 
requires us to pass and indicate it's to use ntlm authentication (that's what 
we have to specify in the smp/e receive order job).  In the receive order, we 
have to specify that information, in the java options.


This e-mail transmission contains information that is confidential and may be 
privileged.
It is intended only for the addressee(s) named above. If you receive this 
e-mail in error,
please do not read, copy or disseminate it in any manner.  If you are not the 
intended 
recipient, any disclosure, copying, distribution or use of the contents of this 
information
is prohibited. Please reply to the message immediately by informing the sender 
that the 
message was misdirected. After replying, please erase it from your computer 
system. Your 
assistance in correcting this error is appreciated.




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


FTPS/HTTPS to testcase sites via proxy (cross posted from IBMTCP-L)

2023-04-28 Thread Peter Vander Woude
Has anyone been able to setup their jobs, that send diagnostic data to IBM, via 
ftps or https using a proxy?

Now for us, the https is not as straight forward as a normal proxy.  Ours 
requires us to pass and indicate it's to use ntlm authentication (that's what 
we have to specify in the smp/e receive order job).  In the receive order, we 
have to specify that information, in the java options.

Regards,
Peter

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN