after the "Trace 15", add something like this:
{                                   
   SyslogFacility               auth
}                                   

-- 
  Donald J.
  [email protected]

On Wed, Jun 10, 2015, at 12:16 PM, Scott Ford wrote:
> Guys/Gals:
> 
> We have a Cobol CICS Sockets STC Server with a Java client.
> The Java client will send in requests and receive output from the Socket
> Server.
> We are on z/OS 1.13 ,,below is my ‘pagent.ttls.conf’
> 
> TTLSRule PioneerServer
> {
>  LocalPortRange 5799
>  JobName PIONEER
>  Direction Inbound
>  Priority 1
>  TTLSGroupActionRef PionGrpAct
>  TTLSEnvironmentActionRef PionEnvAct
>  TTLSConnectionActionRef  PionConn
> }
> TTLSGroupAction PionGrpAct
> {
>  TTLSEnabled On
>  FIPS140 Off
>  Trace 15      # Log Errors to syslogd * IP joblog
> }
> TTLSEnvironmentAction    PionEnvAct
> {
>  HandShakeRole              Client
>  TTLSKeyRingParmsRef        PionRing
> }
> TTLSKeyRingParms            PionRing
> {
>   Keyring  pionring
> }
> TTLSConnectionAction        PionConn
> {
>  TTLSConnectionAdvancedParms
>  {
>    SSLv2 Off
>    SSLv3 On
>    TLSv1 On
>  }
> }
> 
> I have SYSLOGD configured ..but I am not seeing trace output ..
> Can someone offer some help.
> 
 

-- 
http://www.fastmail.com - Faster than the air-speed velocity of an
                          unladen european swallow

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to