I am now receiving an SSL cert error when connecting. The client does perform validation of the SSL cert and cURL is returning the following error: SSL peer certificate or SSH remote key was not OK
Has the Backendless Cert changed recently?
I am now receiving an SSL cert error when connecting. The client does perform validation of the SSL cert and cURL is returning the following error: SSL peer certificate or SSH remote key was not OK
Has the Backendless Cert changed recently?
No, there were no ssl cert changes on our side.
Regards,
Mark
The connection call is now working. I had the URL pointing to https://api.test.backendless.com/v1/users/login
which the returned certificate didn’t contain a match for the hostname api.test.backendless.com.
The error returned is curlResult = 51 - SSL: no alternative certificate subject name matches target host name ‘api.test.backendless.com’
When I changed the URL to https://api.backendless.com/v1/users/login the connection/login was successful.
Will note that in the future when testing using the api.test.backendless.com hostname, peer validation will need to be turned off.