Lucee 5.3.9.133 trustAnchors parameter must be non-empty

OS: Windows 11
Lucee Version: 5.3.9.133

Coldbox has just auto upgraded my dev app to 5.3.9.133
My local app has previously used Microsoft OAuth to login - which worked fine on 5.3.8.206, but I am now getting an InvalidAlgorithmParameterException when using httpService in the get access token part of the process.

I have tried SSLCertificateInstall([url]) but no joy.

Any suggestions?

please always post the top of the stack trace :slight_smile: and any Caused by: at the bottom

It’s an error on httpService, as below. I assume some sort of issue with certificate storage or replacement…

Struct
charset
string
errordetail
string Unknown host: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
filecontent
string Connection Failure
header
string
mimetype
string Unable to determine MIME type of file.
responseheader
Struct
status_code
number 0
status_text
string Connection Failure
statuscode
string Connection Failure. Status code unavailable.
text
boolean true

what java version are your running?

I’ve done “java -version” from the command line and it tells me
OpenJDK 64-Bit Server VM Temurin-11.0.13+8

I have gone back to 5.3.8.206 - this has no issue.