You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This will import <code>FileOperation</code> from the <code>bo</code> module and register it under the key <code>'Python.FileOperation'</code> in the <code>CLASSES</code> dictionary.</p>
473
+
<h4id="using-https-with-self-signed-certificates">Using HTTPS with Self-Signed Certificates</h4>
474
+
<p>If your remote IRIS instance uses HTTPS with a self-signed certificate, you need to disable SSL verification:</p>
"verify_ssl": False # Disable SSL verification for self-signed certificates
481
+
}
482
+
</code></pre>
483
+
<p><strong>Note:</strong> Disabling SSL verification should only be used in development or trusted environments, as it makes the connection vulnerable to man-in-the-middle attacks.</p>
484
+
<h4id="force-local-migration">Force Local Migration</h4>
485
+
<p>You can force local migration (skip remote migration even if <code>REMOTE_SETTINGS</code> is present) by using the <code>--force-local</code> flag:</p>
0 commit comments