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
Domain: github.com
{"@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-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:adb435cd-8259-9681-f233-6c4cd5c90d86 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A006:354F4:8BFB47:BD4B5F:6A4C4225 |
| html-safe-nonce | e123a09fa0e5ecc600baa0dabc9e9bf37974043a3c0a5835b08537094b692f33 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDA2OjM1NEY0OjhCRkI0NzpCRDRCNUY6NkE0QzQyMjUiLCJ2aXNpdG9yX2lkIjoiMjM5ODU2MDI1MjQyNzI1NjM1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 2db0f5f4117e2ca0c52417b93a9c075383e12b59745b37d4697a8a795f86ff4d |
| hovercard-subject-tag | issue:2861130715 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/cubicbyte/tempmail-python/12/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ca9c63ba489930f2f805ba3b870fa05a57525390462d5e0abaf6711b41cab2be/cubicbyte/tempmail-python/issues/12 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ca9c63ba489930f2f805ba3b870fa05a57525390462d5e0abaf6711b41cab2be/cubicbyte/tempmail-python/issues/12 |
| og:image:alt | 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... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | driftsy-dev |
| hostname | github.com |
| expected-hostname | github.com |
| None | 3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c |
| turbo-cache-control | no-preview |
| go-import | github.com/cubicbyte/tempmail-python git https://github.com/cubicbyte/tempmail-python.git |
| octolytics-dimension-user_id | 81159301 |
| octolytics-dimension-user_login | cubicbyte |
| octolytics-dimension-repository_id | 675111508 |
| octolytics-dimension-repository_nwo | cubicbyte/tempmail-python |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 675111508 |
| octolytics-dimension-repository_network_root_nwo | cubicbyte/tempmail-python |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 3996b3b83990e134be6c099ab9a7f48f140ae80f |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width