136 private links
Find out what's new and changed in each version of Notes. Read the highlights, or get the complete list!
When a Java application running on a Domino server connects over SSL to another server, but does not have that server's trusted root certificates, an error may occur. One example of such an error is:
HTTP JVM: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.g: No trusted certificate found
Cause
The trusted root certificates that signed the remote server's SSL certificate must be also be trusted by the Domino server's JVM if a Java application is making an SSL connection.
Resolving the problem
To add the trusted root certificates to a Domino server JVM follow these steps
It is very important to understand the implications of deploying Traveler on a particular configuration before you begin the process. The Cookbook contains the information needed before you make the decisions needed for a successful deployment or that could adversely impact your users.
If NTS_AUTO_CONFIG is set to true in the notes.ini, the Lotus Traveler server will ensure the HTTP server is running. The change is to move this logic until later in the startup process. This unsures that the Lotus Traveler server will be ready to accept connections when the HTTP server is started. With this change it is recommended to not have HTTP in the ServerTasks list in the notes.ini and just let Lotus Traveler start it when ready.
When upgrading to Sametime 8.5.2 and 8.5.2 Interim Feature Release 1 (IFR 1), you need to be proactive before starting the upgrade process. This document gathers common information and tips that have been used to ensure success of the upgrade process.
wsdl:service name="BLZService">
02.<wsdl:port name="BLZServiceSOAP11port_http" binding="tns:BLZServiceSOAP11Binding">
03.<soap:address location="http://www.thomas-bayer.com:80/axis2/services/BLZService"/>
04.</wsdl:port>
05.<wsdl:port name="BLZServiceSOAP12port_http" binding="tns:BLZServiceSOAP12Binding">
06.<soap12:address location="http://www.thomas-bayer.com:80/axis2/services/BLZService"/>
07.</wsdl:port>
08.<wsdl:port name="BLZServiceHttpport" binding="tns:BLZServiceHttpBinding">
09.<http:address location="http://www.thomas-bayer.com:80/axis2/services/BLZService"/>
10.</wsdl:port>
11.</wsdl:service>