You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working with a HTTPS API (Not sure SSL/TLS) but could not get it working. The documentation here mentions how to work with SSL but that's just bypassing/accepting the insecure certificates - which is not the problem I am dealing with.
Let's say I have a private key and a certificate and the API endpoint needs these for authentication. For example look at this implementation, is this something possible with RESTClient?
Also adding the certs/key to JVM manually is not an option.
Happy to provide more details if needed.
The text was updated successfully, but these errors were encountered:
I was working with a HTTPS API (Not sure SSL/TLS) but could not get it working. The documentation here mentions how to work with SSL but that's just bypassing/accepting the insecure certificates - which is not the problem I am dealing with.
Let's say I have a private key and a certificate and the API endpoint needs these for authentication. For example look at this implementation, is this something possible with RESTClient?
Also adding the certs/key to JVM manually is not an option.
Happy to provide more details if needed.
The text was updated successfully, but these errors were encountered: