Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum


  

PreviousPrevious NextNext

RE: Java SDK 1.3 & 1.4 - HTTPS - R6.0.1
~Manny Minkrogen 1.Aug.03 08:29 PM a Web browser
Domino Designer 6.0.1 Windows 2000


Okay, using a very nice package from JSCAPE called InetFactory, I was able to incorporate HTTPS functions into the Java 1.3 environment - HOWEVER, you must use the following packages:

import com.sun.net.ssl.*;
import java.security.*;
import javax.net.ssl.*

These must be downloaded and available on the client developer's workstation as well as in the JVM folder on the server.

BEFORE trying any SSL ops, you must init the SSL session using the imported packages:

Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
SSLContext sc = SSLContext.getInstance("SSL");
sc.init( null, null, new java.security.SecureRandom());

This is the legwork you must do to use the 1.3 environment for 1.4 operations. Be advised: Lotus has stated that THIS IS NOT SUPPORTED.

Fortunately for me, in conjunction with the JSCAPE product, it works just fine.

Happy Trails!




Java SDK 1.3 & 1.4 - HTTPS - R6.0.1... (~Manny Minkroge... 8.Apr.03)
. . RE: Java SDK 1.3 & 1.4 - HTTPS - R6... (~Chloe Fezreplo... 9.Apr.03)
. . . . RE: Java SDK 1.3 & 1.4 - HTTPS - R6... (~Manny Minkroge... 10.Apr.03)
. . . . . . RE: Java SDK 1.3 & 1.4 - HTTPS - R6... (~Nita Desgerobu... 23.May.03)
. . . . . . . . RE: Java SDK 1.3 & 1.4 - HTTPS - R6... (~Nita Desgerobu... 27.May.03)
. . . . . . RE: Java SDK 1.3 & 1.4 - HTTPS - R6... (~Manny Minkroge... 1.Aug.03)


Document Options






  Document options
Print this pagePrint this page

Search this forum

Forum views and search


  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Category
Platform
Release
Advanced search

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS