How can I disable SSL verification for Outbound https connection
I am calling an https endpoint that is internal to the organization and trusted.
I am running a SOA application on weblogic server that is calling this https endpoint.
I don't want to perform SSL verification i.e, import certificates.
Is there a way I can override SSL from weblogic?