Clarity

  • 1.  TLS support for CA PPM

    Posted Dec 16, 2016 01:06 AM

    Hello All,

     

    How to find out TLS 1.2 is supported by CA PPM 14.3 or not?

     

    Thanks,

    Pragya Singh



  • 2.  Re: TLS support for CA PPM
    Best Answer

    Broadcom Employee
    Posted Dec 16, 2016 01:38 AM

    Hi Pragrya

     

    You can look into the deploy.xml file  (.setup/scripts/j2ee/tomcat/deploy.xml) around line 352 (assuming Tomcat 7)

     

               <attribute name="sslProtocol" value="TLS"/>

               <attribute name="sslEnabledProtocols" value="TLSv1.2,TLSv.1,TLSv1"/>

     

     



  • 3.  Re: TLS support for CA PPM

    Posted Dec 16, 2016 02:15 AM

    Thank you so much Suman.

     

    Found the TLS details under the same path.



  • 4.  Re: TLS support for CA PPM

    Broadcom Employee
    Posted Dec 16, 2016 02:43 AM

    You are most welcome. Please mark this thread as resolved if you dont have any further question