Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coles SSLCertVerificationError #12

Open
MattTimms opened this issue May 25, 2024 · 0 comments
Open

Coles SSLCertVerificationError #12

MattTimms opened this issue May 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MattTimms
Copy link
Owner

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:

<div class="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 <a href="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>
@MattTimms MattTimms added the bug Something isn't working label May 25, 2024
@MattTimms MattTimms self-assigned this May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant