IT Process Automation

 View Only
  • 1.  PAM 4.4 CP04 - SSL-Secure-configurate manually

    Posted 25 days ago

    Hi all,

    I have a PAM-Installation that was setup non-secure and SSL was parameterized manually.

    It's all running ok with one exception.

    When creating installation.jnlp for PAM-Agent - installation.jnlp is configured with unsecure Url.

    Is it possible to change isSecure from false to true?

    Or does it only matter while install is runnuing?

    Could it help to change value inTable(s) PropertiesXML (VersionXmlFragment)

    where in propXML is the http://<server>:8080 and could be changed to https://<server>:8443?

    Or where else it must be changed?

    Thanks and Regards,

    Peter



  • 2.  RE: PAM 4.4 CP04 - SSL-Secure-configurate manually

    Posted 24 days ago
    Edited by GUADALUPEM 24 days ago
      |   view attached

    Hi Peter:
    Something similar happened to me. What I had to do was update the PAM_LIB ConfigObject table, since the SecurePort and UnSecurePort attributes hadn't been updated in that table. The query I used was the following:
    update ConfigObject
    set SecurePort= 8443, NodePort=0
    where ConfigObjectID = 1
    I recommend backing up the table information before updating.

    Regards




  • 3.  RE: PAM 4.4 CP04 - SSL-Secure-configurate manually

    Posted 24 days ago

    Hi Guadalupem,

    thanks for your notice.

    Hm, in my ConfiObject-Table the values seem to be corre.

    Seems the information that isSecure is missing somewhere.

    Regards,

    Peter