[SCHEDULER-1666]  Cannot send emails to ACP's SSL/TLS
Type Limitation
Priority Medium
Severity Minor
Component Dispatch Scheduler Engine
Fixed In Version [8.38.3
Versions Affected [8.08.0
Severity Closed
Resolution Unresolved
Reported By Bob Denny
Resources Bob Denny
Start Date 2/25/2020

Description
The ACP API lacks SSL certificate domain and SSL port so cannot automatically construct the (preferable) https:// URL to the scheduler engine log if ACP has SSL running. This will require an ACP API addition. See ACP-1668

In the meantime, see SCHEDULER-1667 for the change that allows a full https://domain:port/ to be put in the ACP Sequencer's Web URL Base setting, and used for emails if set in the configuration.

Comments
2/25/2020 12:00:35 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 828
Affected files /trunk/Help/RelNotes.htm (Modified)
/trunk/Scheduler/ACPSequencer.cs (Modified)
/trunk/Scheduler/ConfigForm.cs (Modified)
Check-in comment Construct TLS URL base from the data that can now be retrieved from ACP. Change settings help to reflect this. GEM:1666