Sorry you're having this issue. There is not enough information to help you here. I would open a case with IBM support if you have not already done so.
Original Message:
Sent: Thu June 13, 2024 03:11 AM
From: Juha Mikkonen
Subject: App Connect Enterprise 12
Hello Robert,
We are using Linux OS and currently we have deployed IIB to docker swarm and now we have a plan to update IIB to ACE 12. All other things are solved, but still HTTPSConnector does not work.
Juha
------------------------------
Juha Mikkonen
Original Message:
Sent: Wed June 12, 2024 04:28 PM
From: Robert Rehms
Subject: App Connect Enterprise 12
Get the Node working first, Integration-server should be similar, and you could share the keystore and use the same ssl certificate between the two unless you want them separate.
1) Do you have a keystore created as either a jks or p12 with a valid self-signed or signed certificate where a proper .cnf parms file was used with the openssl commands to create the .csr where it allows the proper commonName=*.yourdomain.com for example.
2) In your node.conf.yaml do you have the HTTPSConnector section correct with a
ListenerPort: 7083
KeystoreFile: /var/mqsi/your-jks-or-p12 # jks or p12
KeystorePassword: keystorepwd::sslpwd ::# from mqsisetdbparms or vault command mqsisetdbparms NODEName -n keystorepwd::sslpwd -u dummy -p keystorepassword
KeystoreType: JKS or P12
Are you getting any errors in the broker log?
What platform are you on? Unix or Windows
------------------------------
Robert Rehms
Original Message:
Sent: Wed June 12, 2024 12:30 PM
From: Juha Mikkonen
Subject: App Connect Enterprise 12
Hi all,
I am struggling with App Connect Enterprise 12 and I have not found proper instruction how to setup ACE 12 TLS configuration, integration-node, port 7083, and integration-server, port 7843. I have followed instructions, but no success. It shouldn't be complex task. Could someone share proper instructions how I can configure TLS, including keystore, truststore etc.
------------------------------
Juha Mikkonen
------------------------------