Not sure to understand if you mean you're trying to use the URL with http instead of https. In ABAP, an https call requires to register the certificate in a PSE of STRUST. You may use CL_HTTP_CLIENT=>CREATE_BY_URL by indicating this PSE (SSL_ID) or CREATE_BY_DESTINATION if you define an RFC destination with the URL (or just the domain) and the PSE via SM59.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.