ORA-28860: Fatal SSL error
Tuesday, September 8, 2020 at 05:28amHi Team,
I am getting the below error while running the integration code. Kindly assist.
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-28860: Fatal SSL error
Reply to: ORA-28860: Fatal SSL error
Monday, September 14, 2020 at 12:10pmHi Tejaswi,
Sorry for the late reply as I was off last week! Does the connection issue persist now and if so:
Which OneSpan Sign environment you are connecting to and from when you start to encounter this error? Does it affect your connection to Sandbox environment?
Have you seen any code change or Oracle upgrade recently that may relate to SSL connection? (OneSpan Sign required HTTPS connection with TLS 1.2 or higher)
Does it affect all HTTPS traffic to the OSS server? What if you simply invoke below code?
declare
req utl_http.req;
begin
req := utl_http.begin_request('https://sandbox.esignlive.com');
end;
/
Duo
Reply to: ORA-28860: Fatal SSL error
Monday, October 5, 2020 at 05:25amHi Duo,
It's alright.
For the SSL error, I created wallet again with the same security certificate but using a different name and it worked. I guess the previous certificate, although not expired, got corrupted.
I do have one one more issue.
The below error comes frequently and out of the blue. I am unable to undesrstand the cause of the error.
Response> Status Code: 500
Response> Reason Phrase: Internal Server Error
Response> HTTP Version: HTTP/1.1
Response> Date: Mon, 05 Oct 2020 10:11:28 GMT
Response> Content-Type: text/html;charset=UTF-8
Response> Transfer-Encoding: chunked
Response> Connection: close
Response> Set-Cookie: __cfduid=de03d093303822881a0db55e6210104111601892687; expires=Wed, 04-Nov-20 10:11:27 GMT; path=/; domain=.apps.esignlive.com.au; HttpOnly; SameSite=Lax; Secure
Response> Allow: GET, POST, HEAD, PUT, PATCH, DELETE
Response> CF-Cache-Status: DYNAMIC
Response> cf-request-id: 0599d7b66a0000a9a0b6244200000001
Response> Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Response> Strict-Transport-Security: max-age=15552000; includeSubDomains; preload
Response> X-Content-Type-Options: nosniff Response> Server: cloudflare
Response> CF-RAY: 5dd65bd0ad93a9a0-SIN
Response body> <html><head><title>Error</title></head><body>Internal Server Error</body></html>