Hi,
Using R80.20
We use Dynamic ID in Mobile Access blade to sent OTP via SMS to our users.
I got the link from our SMS provider and it's working fine when using HTTP.
But when using HTTPS it's failing. User gets error "Dynamic ID Authentication Failed".
When I try it in a browser it's working fine with HTTPS.
When I try with CURL from the GW, I get a certificate error.
I got the current site certificate from the SMS provider and imported the intermediate certificate to the "Trusted CAs" tab under HTTPS Inspection. the root certificate was already there - but it's still not working.
Only time I managed to get it working with CURL is when I used:
"curl_cli --cacert /opt/CPsuite-R80.20/fw1/database/ca_bundle.pem.tmp"
Should I rename the file and remove the .tmp? I don't know what are the consequences are.
Appreciate the help