What does a trustAnchors must be non-empty error signify?
I am getting an error we have not seen before when trying to do a POST with the JSON tool.
2017-08-02 13:30:49,844: POST : https://apiant.eidoverify.com/webhook/ef45684f98284e528cd34b66af315c7f-f6556bcc0b4548a782112abd4cd58ca0
2017-08-02 13:30:49,844: JSON Payload : {_ "episodeId": "19944_gov_patientEpisode",_ "hospitalName": "Hospital 1 (Government)",_ "orgEpisodeId": "bd2f1da0-23b1f8f7-9c9f84a0-8ee8958c",_ "patientEmail": "wdvasu@gmail.com",_ "patientFirstName": "Ted",_ "patientPhone": "",_ "prePost": "Pre",_ "prePostCustomMessage": "<p>Custom message Session 1<\/p>",_ "reminder": "false"_}
2017-08-02 13:30:49,849: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
How do we address this?
Thanks, Bill