How can i get certificates to make api call?

While invoking the API, i am getting below error.

org.apache.hc.client5.http.UnsupportedSchemeException: https protocol is not supported

From where Can I get the certificate to create SSL context and attach to the http client?

Hi,

Certificates are not required for invoking API.

This error typically indicates that the HTTPS protocol is not supported by the HTTP client you are using. To resolve this issue, please ensure that you are using a library or framework that supports HTTPS.

1 Like