I have the following JCL where I tried to generate GSK trace to see the SSL handshaking flow (when FTP setup to use AT-TLS):
//S1 EXEC PGM=BPXBATCH,REGION=8M,
// PARM='sh ftp -d kalda01.ddns.net 2821 -f /u/smpe/z2ftp2.data'
//*
//STEPLIB DD DSN=CEE.SCEERUN,DISP=SHR
//STDERR DD PATH='/u/smpe/mystd1.err',
// PATHOPTS=(OWRONLY,OCREAT,OTRUNC),PATHMODE=SIRWXU
//STDOUT DD PATH='/u/smpe/mystd1.out',
// PATHOPTS=(OWRONLY,OCREAT,OTRUNC),PATHMODE=SIRWXU
//STDIN DD PATH='/u/smpe/ftp.sh',PATHOPTS=(ORDONLY)
//*
//STDENV DD *
GSK_TRACE=0xFFFF
GSK_TRACE_FILE=/u/smpe/gskfile.trc
GSK_PROTOCOL_TLSV1_2=ON
//
I am not getting any trace output in "/u/smpe/gskfile.trc "
can you tell me what I need to do in order to produce the SSL trace ?
Tracing SSL trafic for FTP session
- sergeyken
- Posts: 458
- Joined: Wed Jul 24, 2019 10:12 pm
- Skillset: Assembler, JCL, Utilities, PL/I, C/C++, DB2, SQL, REXX, COBOL, etc. etc. etc.
- Referer: Internet search
Re: Tracing SSL trafic for FTP session
Please, use the Code button for ALL your code, and data samples.
Javas and Pythons come and go, but JCL and SORT stay forever.
Re: Tracing SSL trafic for FTP session
Hi Danik56
Follow this instruction.
https://www.ibm.com/support/pages/how-capture-and-format-ssl-component-trace
Thanks
Arun Prasad
Follow this instruction.
https://www.ibm.com/support/pages/how-capture-and-format-ssl-component-trace
Thanks
Arun Prasad
Re: Tracing SSL trafic for FTP session
I already tried this process and the trace output dataset is empty.
Maybe FTP client is not using system SSL when AT-TLS policy is used ?
Maybe FTP client is not using system SSL when AT-TLS policy is used ?
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2
- 1272
-
by yarnseeker
View the latest post
Thu May 13, 2021 9:50 pm
-
-
ADF110I SESSION MANAGER NOT ACTIVE - SMCOPY IGNORED
by tomgu » Thu Jul 06, 2023 6:59 am » in TSO & ISPF - 6
- 1999
-
by willy jensen
View the latest post
Sat Jul 08, 2023 2:56 pm
-