When I make an SSL connection with some IRC servers (but not others - presumably due to the server\'s preferred encryption method) I get the following exception:
<
You can installing the provider dynamically:
1) Download these jars:
bcprov-jdk15on-152.jarbcprov-ext-jdk15on-152.jar2) Copy jars to WEB-INF/lib (or your classpath)
3) Add provider dynamically:
import org.bouncycastle.jce.provider.BouncyCastleProvider;
...
Security.addProvider(new BouncyCastleProvider());