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
HTTPSConnectionPool(host='www.coles.com.au', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))
GitHub Actions started failing two weeks ago. This coincides with Cole's certificate change; issued on Monday, 6 May 2024 at 10:00:00.
Dropping SSL with session verify=False is not tenable as we can trigger anti-bot detection methods:
<divclass="container"><script>document.getElementsByClassName("container")[0].style.display="none";</script><h1>Pardon Our Interruption</h1><p>As you were browsing something about your browser made us think you were a bot. There are a few reasons this might happen:</p><ul><noscript><li>You've disabled JavaScript in your web browser.</li></noscript><li>You're a power user moving through this website with super-human speed.</li><li>You've disabled cookies in your web browser.</li><li>A third-party browser plugin, such as Ghostery or NoScript, is preventing JavaScript from running. Additional information is available in this <ahref="http://ds.tl/help-third-party-plugins" target="_blank" title="Third party browser plugins that block javascript">support article</a>.</li></ul><p>To regain access, please make sure that cookies and JavaScript are enabled before reloading the page.</p></div>
The text was updated successfully, but these errors were encountered:
GitHub Actions started failing two weeks ago. This coincides with Cole's certificate change; issued on
Monday, 6 May 2024 at 10:00:00
.Dropping SSL with session
verify=False
is not tenable as we can trigger anti-bot detection methods:The text was updated successfully, but these errors were encountered: