Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ???HTTPS from Oracle...getting java.net.MalformedURLException???
does the java code work outside of the db? i don't think this problem
is specific to oracle java sp's .. you need to do a little more to
make https connections using URLConnection. take a look at JSSE (java
secure socket extension) ... it is integrated in JDK 1.4.
http://java.sun.com/products/jsse/index.html
fcolon_at_onebox.com (Frank) wrote in message news:<3271719f.0206181431.541aa878_at_posting.google.com>...
> Hi,
>
> I've developed a Java stored procedure that will make an https call to
> a remote host and retrieve data.
>
> The java procedure is rapped in an Oracle Stored Procedure.
>
> But when I call it I get the exception:
>
> java.net.MalformedURLException: unknown protocol: https
>
> Has anybody tried this before? Do you have experience getting this
> exception?
>
> Any advice on how I could fix this would be greatly appreciated.
>
> Thanks
Received on Wed Jun 19 2002 - 11:05:49 CDT
![]() |
![]() |