01-23-06 11:14 PM
sullivan.sean@menlolog.com wrote:
> I am using Websphere 4.0.7 on a Unix platform.
>
> My application code is creating a java.net.URL object.
>
> When the URL prefix is "https", I observe an exception:
>
> java.net.MalformedURLException: unknown protocol: https
> at java.net.URL.<init>(Unknown Source)
> at java.net.URL.<init>(Unknown Source)
> at java.net.URL.<init>(Unknown Source)
> at com.mycorp.Util.foobar(Util.java:47)
>
> How can I fix this? Why doesn't Websphere 4.0.7 support
> an https URL object?
>
> Has IBM published a fix or workaround?
>
do you have the IBM JSSE provider configured correctly?
[ Post a follow-up to this message ]
|