ssl « nio « Java I/O Q&A





1. How to implement NIO with SSL in java?    stackoverflow.com

I want to implement SSL over my Java application using NIO. Have searched internet for same but not able to proceed. Sample implementation code would be a great help.

2. SSL NIO Connection breaking    forums.oracle.com

Hello! I've en encountered a serious problem with SSL NIO implementation (JDK 5). I have a JSP page sending some info to my application server via RMI call. JSP is protected by SSL, client certificate is needed to access it, everything is running on OC4J server (generally a JDeveloper 10.1.3 package). Now the problem is, RMI call breaks SSL session every ...