RE: Problems using SSL from inside JBoss (jsse problem?)

2004-04-27 Thread Fredrik Bonde
to be functional. Please take a look at the HttpClient SSL guide paying special attention to the troubleshooting section <http://jakarta.apache.org/commons/httpclient/sslguide.html> Hope this helps a little Oleg -Original Message- From: Fredrik Bonde [mailto:[EMAIL PROTECTED] Sent

Problems using SSL from inside JBoss (jsse problem?)

2004-04-21 Thread Fredrik Bonde
thod.getResponseBodyAsString(); method.releaseConnection(); return res; } catch (HttpException e) { _log.error("Http error connecting to '" + url + "'", e); throw new HttpClientException(e.getMessage());