Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle Web Application Server util_http.request error for SSL

Oracle Web Application Server util_http.request error for SSL

From: Richard <richard_at_lastminutetravel.com>
Date: Thu, 3 Jun 1999 09:59:59 -0400
Message-ID: <928418241.073.5@news.remarQ.com>


Problem: utl_http.request( ) function can not take Security Socket Layer (SSL) url as input parameter.

If I passing a normal such as the example below. SQL>SELECT utl_http.request('http://www.oracle.com/') FROM dual; The above line execute without problem.

However, passing SSL url will not work. Is there any solution?

SQL>SELECT utl_http.request('https://209.118.78.60/') FROM dual;

ERROR:

ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "SYS.UTL_HTTP", line 152
ORA-06512: at line 1



Thanks

Richard Tien Chen Received on Thu Jun 03 1999 - 08:59:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US