thanks for your notice.
Hm, in my ConfiObject-Table the values seem to be corre.
Seems the information that isSecure is missing somewhere.
Original Message:
Sent: Jul 12, 2025 01:35 AM
From: GUADALUPEM
Subject: PAM 4.4 CP04 - SSL-Secure-configurate manually
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
Original Message:
Sent: Jul 11, 2025 09:51 AM
From: Peter Schmidt
Subject: PAM 4.4 CP04 - SSL-Secure-configurate manually
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