Hi all,
I stopped digging for the places which have to be cleared/changed to do it.
I reinstalled PAM 4.4, which primarily involves overwriting the installation files and reconfiguring. My data in PAM has all been preserved.
During the query of the installation parameters, one must ensure to scroll up on the load balancing page and check the box for secure communication.
When querying the ports, make sure that the correct secure ports are used here. Example: 90 --> 443, 8080 --> 8443
After the installation of CP04, I was then able to successfully install and use PAM agent.
Regards,
Peter
-------------------------------------------
Original Message:
Sent: Jul 12, 2025 04:41 AM
From: Peter Schmidt
Subject: PAM 4.4 CP04 - SSL-Secure-configurate manually
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
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