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
For one month now I encounter this error when trying to run the script : [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'api.ipify.org'.
Seems related to IPYFY, any idea how to bypass / fix it?
The text was updated successfully, but these errors were encountered:
Any other provider returning the IP as plain text should work fine. If you find a reliable provider that do not serve the response as plain text, you can update the function get_current_ip so it parses the response and returns a string representing the IP.
Unfortunately there are no option to customize the ip provider from the cli arguments. So you won't be able to use the packaged software for now.
Hello!
For one month now I encounter this error when trying to run the script : [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'api.ipify.org'.
Seems related to IPYFY, any idea how to bypass / fix it?
The text was updated successfully, but these errors were encountered: