Hi,
We have an issue connecting to a DMA via https. The certificate we have is valid and we are using FQDN:
Despite this, we get this error:
I did the configuration on the IIS server and in the file C:\Skyline DataMiner\MaintenanceSettings.xml as below
<SLNet>
<ConnectionCheckInterval clients="10" slnet="10"/>
<FlushQueuedMessagesInterval>100</FlushQueuedMessagesInterval>
<AutoDisconnectTime>3600</AutoDisconnectTime>
<CallbackTimeout>30</CallbackTimeout>
<ConnectionRetryInterval>10</ConnectionRetryInterval>
<TicketExpirationTime>300</TicketExpirationTime>
<DetectHangingCallsInterval>300</DetectHangingCallsInterval>
</SLNet>
<HTTPS enabled="true" name="*.<organization>.local"/>
<Network bitRateTracking="true"/>
</MaintenanceSettings>
Is the error due to the presence of the wildcard in the HTTPS tag ? TIA 🙂
A wildcard in the name attribute of the HTTPS tag is indeed an invalid configuration.
See this documentation: https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Configuring_a_DMA/Setting_up_HTTPS_on_a_DMA.html#configuring-https-in-dataminer