0 Replies Latest reply on Dec 11, 2002 8:52 AM by vitaly

    https from under JBoss

    vitaly

      Hello,

      My MBean in JBoss3.0.4 should talk to another server via https, but I cannot create a URL like
      new URL("https://somehost.com:443/SomeFile").
      I tried this with Jetty and with Tomcat, and it always gives me: "unknown protocol: https".

      It seems, the JBoss URLStreamHandlerFactory does not support this protocol and I cannot implement and use my own Factory, because there can be only one per JVM.

      Is there any workaround?

      thanx in advance for any help,
      Vitaly