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 and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Clarification
Workspace Traveler
Created by Guest
Created on Oct 21, 2022

Allow to disable the usage of APNS certificates on Traveler Servers without getting warning messages.

Adding the parameter NTS_PUSH_ENABLE_APNS_APPLE_VERSE_IBM_PRODUCTION=false in the server's notes.ini will disable the usage of the APNS certificates. However, "Traveler: WARNING *system Status change from Green to Yellow: The APNS certificate for Verse Production expires <expiry date>" warning messages will be seen in the server status.


Having this feature will help avoid Administrators to deal with other issues related to APNS specially for non Apple device users.

  • Attach files
  • Guest
    Reply
    |
    Nov 30, 2022

    Traveler deploys 3 APNS certificates. Each has a related notes.ini for enablement/disablement


    PushAPNSAppleToDoProduction.p12

    NTS_PUSH_ENABLE_APNS_APPLE_TODO_PRODUCTION

    PushAPNSAppleVerseCitrixProduction.p12

    NTS_PUSH_ENABLE_APNS_APPLE_VERSE_CITRIX_PRODUCTION

    PushAPNSAppleVerseIBMProduction.p12

    NTS_PUSH_ENABLE_APNS_APPLE_VERSE_IBM_PRODUCTION


    Typically the 3 will expire at the same time and all can cause the server status to go yellow/red. There are specific messages for each For example:

    Red Status Messages

    The APNS certificate for Verse Production has expired.

    The APNS certificate for Verse for Citrix Production has expired.

    The APNS certificate for To Do Production has expired.

    In your case, each of the notes.ini's listed above need to be disabled. After that, there should be no more warnings in the server status. I ran through this scenario on a test system with expired certs. After disabling all 3 notes.inis, the server status was no longer red. If after ensuring these 3 settings are set to false and the status still has a warning, please open an HCL support case.

  • Guest
    Reply
    |
    Nov 30, 2022

    The behavior you describe is not intended. Investigating