Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle Web Application Server util_http.request error for SSL
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
![]() |
![]() |