Katalon Studio java.security.cert.CertificateException: Certificates do not conform to algorithm constraints

Hi, I’m using Katalon Studio Enterprise latest version 7.4.0, I get this SSL error when trying to connect an API URL,
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates do not conform to algorithm constraint

I know that Katalon Studio has a separated environment, then I modified java.security file in /Applications/Katalon Studio.app/Contents/Eclipse/jre/Contents/Home/jre/lib/security folder,
in line
jdk.certpath.disabledAlgorithms, jdk.jar.disabledAlgorithms, and jdk.tls.disabledAlgorithms then restrart the KS. but it still gives me same error.
The Webserver use:
Signature Algorithm = SHA-256 with RSA Encryption Algorithm = RSA Encryption , Key Size = 2,048 bits, version = 3
I already emptied the line in java security too, but it didn’t seem work. Is anyone has same problem?
how you can resolve them ? thank you so much.