Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.


For more information on products and upcoming events around #dominoforever, please visit: HCL Domino Page


Status Needs Clarification
Workspace Domino
Categories Security
Created by Guest
Created on Jun 8, 2026

LotusScript include mTLS support in HCL Domino

Mutual TLS, or mTLS for short, is a method for mutual authentication. mTLS ensures that the parties at each end of a network connection are who they claim to be by verifying that they both have the correct private key. The information within their respective TLS certificates provides additional verification.

This is an added layer of security when integrating with third party applications.

  • Attach files
  • Guest
    Jul 9, 2026

    IMHO there are a couple of other options which would be very useful like support for binary data

  • Guest
    Jun 21, 2026

    To add more clarity, this request arose as a result of trying to get a Domino server to act as an mTLS client (we know that mTLS is supported when Domino is on the server end). Specifically, there are a large volume of Lotusscript web service consumers used to submit/consume data with services on other platforms. Separate tests were performed using a server-based Lotusscript agent using the NotesHTTPRequest class, and those failed as well. We understand that it may be possible if the Lotusscript consumers are re-developed in Java, but that would involve a very large volume of development effort to overcome this hurdle.

  • Admin
    Thomas Hampel
    Jun 19, 2026

    This request seems to be for a new method or function in LotusScript to send a client certificate when authenticating a user in the NotesHTTPRequest class. please confirm

  • Guest
    Jun 10, 2026

    As far as I know, certificate authorization already exists and works quite well.


  • Guest
    Jun 9, 2026

    To give a better idea, an enhancement request is required to enhance the functionality of NotesHTTPRequest in Lotus Script so Domino can act as a client and connect to Google Web API's (APIGEE).