Hi all
I'm trying to setup a SMS gateway for SSPR. So we can use it to send SMS tokens and new passwords.
I have filled the following fields ;
- SMS Gateway : URL
- SMS Gateway User : gateway Username
- SMS Gateway Password : Password of gateway's user
- HTTP(S) Method : POST
- SMS Gateway Authentication Method : Authentication will be part of the request
And when i click on the test button i get the below Error;
unable to send message: 5078 ERROR_SMS_SEND_ERROR (IO error while sending SMS: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target)
How can i solve this issue?