I'm testing migration from IT Glue to a self-hosted instance of Hudu at https://10.0.0.10, which uses the self-signed SSL certificate that comes with it. I'm running my migration from a machine on the same subnet as my Hudu instance. I'm entering https://10.0.0.10 as my Hudu Base Domain during the setup process. When running the ITGlue-Hudu-Migration-GUI.exe PowerShell is able to connect to my IT Glue API but PowerShell cannot connect to my self-hosted instance of Hudu so no data is migrated.
migrationrun.log shows:
Name : request
Value : {[Headers, System.Collections.Hashtable], [Method, GET], [Uri, https://10.0.0.10/api/v1/api_info], [ContentType, application/json; charset=utf-8]}
Name : exception
Value : The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch
Is there a workaround to allow the ITGlue-Hudu-Migration-GUI.exe to accept the self-signed certificate or bypass SSL validation in the PowerShell scripts?