René's URL Explorer Experiment


Title: request ssl verify error · Issue #12 · cubicbyte/tempmail-python · GitHub

Open Graph Title: request ssl verify error · Issue #12 · cubicbyte/tempmail-python

X Title: request ssl verify error · Issue #12 · cubicbyte/tempmail-python

Description: C:\Users\ILoveNigga\Desktop\creator>temp_mail.py Traceback (most recent call last): File "C:\Users\ILoveNigga\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connectionpool.py", line 464, in _make_request self._validate...

Open Graph Description: C:\Users\ILoveNigga\Desktop\creator>temp_mail.py Traceback (most recent call last): File "C:\Users\ILoveNigga\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connectionpool.py", l...

X Description: C:\Users\ILoveNigga\Desktop\creator>temp_mail.py Traceback (most recent call last): File "C:\Users\ILoveNigga\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connectionpoo...

Opengraph URL: https://github.com/cubicbyte/tempmail-python/issues/12

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"request ssl verify error","articleBody":"C:\\Users\\ILoveNigga\\Desktop\\creator\u003etemp_mail.py\nTraceback (most recent call last):\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\connectionpool.py\", line 464, in\n _make_request\n    self._validate_conn(conn)\n    ~~~~~~~~~~~~~~~~~~~^^^^^^\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\connectionpool.py\", line 1093, in _validate_conn\n    conn.connect()\n    ~~~~~~~~~~~~^^\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\connection.py\", line 741, in connect\n    sock_and_verified = _ssl_wrap_socket_and_match_hostname(\n        sock=sock,\n    ...\u003c14 lines\u003e...\n        assert_fingerprint=self.assert_fingerprint,\n    )\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\connection.py\", line 920, in _ssl_wrap_socket_and_match_hostname\n    ssl_sock = ssl_wrap_socket(\n        sock=sock,\n    ...\u003c8 lines\u003e...\n        tls_in_tls=tls_in_tls,\n    )\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\util\\ssl_.py\", line 460, in ssl_wrap_socket\n    ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\util\\ssl_.py\", line 504, in _ssl_wrap_socket_impl\n    return ssl_context.wrap_socket(sock, server_hostname=server_hostname)\n           ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ssl.py\", line 455, in wrap_socket\n    return self.sslsocket_class._create(\n           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^\n        sock=sock,\n        ^^^^^^^^^^\n    ...\u003c5 lines\u003e...\n        session=session\n        ^^^^^^^^^^^^^^^\n    )\n    ^\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ssl.py\", line 1076, in _create\n    self.do_handshake()\n    ~~~~~~~~~~~~~~~~~^^\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\ssl.py\", line 1372, in do_handshake\n    self._sslobj.do_handshake()\n    ~~~~~~~~~~~~~~~~~~~~~~~~~^^\nssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: EE certificate key too weak (_ssl.c:1018)\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\connectionpool.py\", line 787, in\n urlopen\n    response = self._make_request(\n        conn,\n    ...\u003c10 lines\u003e...\n        **response_kw,\n    )\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\connectionpool.py\", line 488, in\n _make_request\n    raise new_e\nurllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: EE certificate key too weak (_ssl.c:1018)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\requests\\adapters.py\", line 667, in send\n    resp = conn.urlopen(\n        method=request.method,\n    ...\u003c9 lines\u003e...\n        chunked=chunked,\n    )\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\connectionpool.py\", line 841, in\n urlopen\n    retries = retries.increment(\n        method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]\n    )\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\urllib3\\util\\retry.py\", line 519, in increment\n    raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]\n    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.1secmail.com', port=443): Max retries exceeded with url: /api/v1/?action=getDomainList (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: EE certificate key too weak (_ssl.c:1018)')))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n  File \"C:\\Users\\ILoveNigga\\Desktop\\creator\\temp_mail.py\", line 3, in \u003cmodule\u003e\n    email = EMail(username='example', domain='1secmail.com')\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\tempmail\\providers.py\", line 38, in __init__\n    if domain is not None and domain not in self.get_domains():\n                                            ~~~~~~~~~~~~~~~~^^\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\tempmail\\utils.py\", line 17, in wrapper\n    return func(*args, **kwargs)\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\tempmail\\providers.py\", line 90, in get_domains\n    resp = requests.get('https://www.1secmail.com/api/v1/?action=getDomainList')\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\requests\\api.py\", line 73, in get\n    return request(\"get\", url, params=params, **kwargs)\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\requests\\api.py\", line 59, in request\n    return session.request(method=method, url=url, **kwargs)\n           ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\requests\\sessions.py\", line 589, in request\n    resp = self.send(prep, **send_kwargs)\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\requests\\sessions.py\", line 703, in send\n    r = adapter.send(request, **kwargs)\n  File \"C:\\Users\\ILoveNigga\\AppData\\Local\\Programs\\Python\\Python313\\Lib\\site-packages\\requests\\adapters.py\", line 698, in send\n    raise SSLError(e, request=request)\nrequests.exceptions.SSLError: HTTPSConnectionPool(host='www.1secmail.com', port=443): Max retries exceeded with url: /api/v1/?action=getDomainList (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: EE certificate key too weak (_ssl.c:1018)')))","author":{"url":"https://github.com/driftsy-dev","@type":"Person","name":"driftsy-dev"},"datePublished":"2025-02-18T17:29:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/12/tempmail-python/issues/12"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:adb435cd-8259-9681-f233-6c4cd5c90d86
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA006:354F4:8BFB47:BD4B5F:6A4C4225
html-safe-noncee123a09fa0e5ecc600baa0dabc9e9bf37974043a3c0a5835b08537094b692f33
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDA2OjM1NEY0OjhCRkI0NzpCRDRCNUY6NkE0QzQyMjUiLCJ2aXNpdG9yX2lkIjoiMjM5ODU2MDI1MjQyNzI1NjM1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac2db0f5f4117e2ca0c52417b93a9c075383e12b59745b37d4697a8a795f86ff4d
hovercard-subject-tagissue:2861130715
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/cubicbyte/tempmail-python/12/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ca9c63ba489930f2f805ba3b870fa05a57525390462d5e0abaf6711b41cab2be/cubicbyte/tempmail-python/issues/12
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ca9c63ba489930f2f805ba3b870fa05a57525390462d5e0abaf6711b41cab2be/cubicbyte/tempmail-python/issues/12
og:image:altC:\Users\ILoveNigga\Desktop\creator>temp_mail.py Traceback (most recent call last): File "C:\Users\ILoveNigga\AppData\Local\Programs\Python\Python313\Lib\site-packages\urllib3\connectionpool.py", l...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedriftsy-dev
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/cubicbyte/tempmail-python git https://github.com/cubicbyte/tempmail-python.git
octolytics-dimension-user_id81159301
octolytics-dimension-user_logincubicbyte
octolytics-dimension-repository_id675111508
octolytics-dimension-repository_nwocubicbyte/tempmail-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id675111508
octolytics-dimension-repository_network_root_nwocubicbyte/tempmail-python
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3996b3b83990e134be6c099ab9a7f48f140ae80f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/cubicbyte/tempmail-python/issues/12#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcubicbyte%2Ftempmail-python%2Fissues%2F12
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcubicbyte%2Ftempmail-python%2Fissues%2F12
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=cubicbyte%2Ftempmail-python
Reloadhttps://github.com/cubicbyte/tempmail-python/issues/12
Reloadhttps://github.com/cubicbyte/tempmail-python/issues/12
Reloadhttps://github.com/cubicbyte/tempmail-python/issues/12
cubicbyte https://github.com/cubicbyte
tempmail-pythonhttps://github.com/cubicbyte/tempmail-python
Notifications https://github.com/login?return_to=%2Fcubicbyte%2Ftempmail-python
Fork 5 https://github.com/login?return_to=%2Fcubicbyte%2Ftempmail-python
Star 63 https://github.com/login?return_to=%2Fcubicbyte%2Ftempmail-python
Code https://github.com/cubicbyte/tempmail-python
Issues 2 https://github.com/cubicbyte/tempmail-python/issues
Pull requests 0 https://github.com/cubicbyte/tempmail-python/pulls
Actions https://github.com/cubicbyte/tempmail-python/actions
Projects https://github.com/cubicbyte/tempmail-python/projects
Security and quality 0 https://github.com/cubicbyte/tempmail-python/security
Insights https://github.com/cubicbyte/tempmail-python/pulse
Code https://github.com/cubicbyte/tempmail-python
Issues https://github.com/cubicbyte/tempmail-python/issues
Pull requests https://github.com/cubicbyte/tempmail-python/pulls
Actions https://github.com/cubicbyte/tempmail-python/actions
Projects https://github.com/cubicbyte/tempmail-python/projects
Security and quality https://github.com/cubicbyte/tempmail-python/security
Insights https://github.com/cubicbyte/tempmail-python/pulse
request ssl verify errorhttps://github.com/cubicbyte/tempmail-python/issues/12#top
https://github.com/driftsy-dev
driftsy-devhttps://github.com/driftsy-dev
on Feb 18, 2025https://github.com/cubicbyte/tempmail-python/issues/12#issue-2861130715
https://www.1secmail.com/api/v1/?action=getDomainListhttps://www.1secmail.com/api/v1/?action=getDomainList
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.