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 🙂
Hi Arunkrishna,
This is a default security prevention in Internet Explorer and is not related to the certificates or DataMiner configuration. You will need to add the DMA to either the Trusted Sites or Local Intranet in the Internet Properties.
You could add https://*.company.local to cover all future agents.