You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by da...@bt.com on 2001/05/10 15:33:49 UTC

Trying to use https: in Tomcat

I'm trying to connect to an url using

url = (URL) new URL("https://xxxxxx");

In Tomcat

I get the error message

"unknown protocal: https"

Does anyone know how I get around this ?