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

SSLError: HTTPSConnectionPool(host='www.laciteduvin.com', port=443): Max retries exceeded with url: /en/pla... #61

Closed
sentry-io bot opened this issue Apr 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Apr 19, 2024

Sentry Issue: VOIIO-SAM-G

SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)
(4 additional frame(s) were not displayed)
...
  File "ssl.py", line 517, in wrap_socket
    return self.sslsocket_class._create(
  File "ssl.py", line 1108, in _create
    self.do_handshake()
  File "ssl.py", line 1379, in do_handshake
    self._sslobj.do_handshake()

SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)
  File "urllib3/connectionpool.py", line 793, in urlopen
    response = self._make_request(
  File "urllib3/connectionpool.py", line 491, in _make_request
    raise new_e

MaxRetryError: HTTPSConnectionPool(host='www.laciteduvin.com', port=443): Max retries exceeded with url: /en/plan-your-visit/practical-information (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))
  File "requests/adapters.py", line 486, in send
    resp = conn.urlopen(
  File "urllib3/connectionpool.py", line 847, in urlopen
    retries = retries.increment(
  File "urllib3/util/retry.py", line 515, in increment
    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]

SSLError: HTTPSConnectionPool(host='www.laciteduvin.com', port=443): Max retries exceeded with url: /en/plan-your-visit/practical-information (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))
(1 additional frame(s) were not displayed)
...
  File "sam/tools.py", line 104, in fetch_website
    response = requests.get(url, timeout=10)

Failed to fetch website: https://www.laciteduvin.com/en/plan-your-visit/practical-information
@sentry-io sentry-io bot added the bug Something isn't working label Apr 19, 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

0 participants