René's URL Explorer Experiment


Title: SSL Certificate issue · Issue #10 · initialstate/python_appender · GitHub

Open Graph Title: SSL Certificate issue · Issue #10 · initialstate/python_appender

X Title: SSL Certificate issue · Issue #10 · initialstate/python_appender

Description: I have run the example as per the README but getting SSL issues. % cat test.py #!/usr/bin/env python3 from ISStreamer.Streamer import Streamer # Create streamer object streamer = Streamer(bucket_key="mybucketkey", access_key="myaccesskey...

Open Graph Description: I have run the example as per the README but getting SSL issues. % cat test.py #!/usr/bin/env python3 from ISStreamer.Streamer import Streamer # Create streamer object streamer = Streamer(bucket_ke...

X Description: I have run the example as per the README but getting SSL issues. % cat test.py #!/usr/bin/env python3 from ISStreamer.Streamer import Streamer # Create streamer object streamer = Streamer(bucket_ke...

Opengraph URL: https://github.com/initialstate/python_appender/issues/10

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"SSL Certificate issue","articleBody":"I have run the example as per the README but getting SSL issues.\r\n\r\n```\r\n% cat test.py\r\n#!/usr/bin/env python3\r\n\r\nfrom ISStreamer.Streamer import Streamer\r\n\r\n# Create streamer object\r\n\r\nstreamer = Streamer(bucket_key=\"mybucketkey\", access_key=\"myaccesskey\")\r\n\r\nstreamer.log(\"test\",\"hello\")\r\nstreamer.log(\"test\",\"world!\")\r\nstreamer.log(\"temperature\",19)\r\n\r\nstreamer.close()\r\n```\r\n```\r\n% ./test.py\r\nship: ISStreamer failed to ship after a number of attempts.\r\nship: ISStreamer failed to ship after a number of attempts.\r\nException in thread Thread-1:\r\nTraceback (most recent call last):\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ISStreamer/Streamer.py\", line 130, in __ship\r\n    conn.request('POST', resource, json.dumps(contents), headers)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1229, in request\r\n    self._send_request(method, url, body, headers, encode_chunked)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1275, in _send_request\r\n    self.endheaders(body, encode_chunked=encode_chunked)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1224, in endheaders\r\n    self._send_output(message_body, encode_chunked=encode_chunked)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1016, in _send_output\r\n    self.send(msg)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 956, in send\r\n    self.connect()\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1392, in connect\r\n    server_hostname=server_hostname)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py\", line 412, in wrap_socket\r\n    session=session\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py\", line 853, in _create\r\n    self.do_handshake()\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py\", line 1117, in do_handshake\r\n    self._sslobj.do_handshake()\r\nssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ISStreamer/Streamer.py\", line 130, in __ship\r\n    conn.request('POST', resource, json.dumps(contents), headers)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1229, in request\r\n    self._send_request(method, url, body, headers, encode_chunked)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1275, in _send_request\r\n    self.endheaders(body, encode_chunked=encode_chunked)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1224, in endheaders\r\n    self._send_output(message_body, encode_chunked=encode_chunked)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1016, in _send_output\r\n    self.send(msg)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 956, in send\r\n    self.connect()\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1392, in connect\r\n    server_hostname=server_hostname)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py\", line 412, in wrap_socket\r\n    session=session\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py\", line 853, in _create\r\n    self.do_handshake()\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py\", line 1117, in do_handshake\r\n    self._sslobj.do_handshake()\r\nssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ISStreamer/Streamer.py\", line 130, in __ship\r\n    conn.request('POST', resource, json.dumps(contents), headers)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1229, in request\r\n    self._send_request(method, url, body, headers, encode_chunked)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1275, in _send_request\r\n    self.endheaders(body, encode_chunked=encode_chunked)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1224, in endheaders\r\n    self._send_output(message_body, encode_chunked=encode_chunked)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1016, in _send_output\r\n    self.send(msg)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 956, in send\r\n    self.connect()\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py\", line 1392, in connect\r\n    server_hostname=server_hostname)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py\", line 412, in wrap_socket\r\n    session=session\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py\", line 853, in _create\r\n    self.do_handshake()\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py\", line 1117, in do_handshake\r\n    self._sslobj.do_handshake()\r\nssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py\", line 917, in _bootstrap_inner\r\n    self.run()\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py\", line 865, in run\r\n    self._target(*self._args, **self._kwargs)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ISStreamer/Streamer.py\", line 177, in __create_bucket\r\n    self.ship_to_api(\"/api/buckets\", {'bucketKey': new_bucket_key, 'bucketName': new_bucket_name})\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ISStreamer/Streamer.py\", line 173, in ship_to_api\r\n    __ship(3)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ISStreamer/Streamer.py\", line 171, in __ship\r\n    __ship(retry_attempts, 1)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ISStreamer/Streamer.py\", line 171, in __ship\r\n    __ship(retry_attempts, 1)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ISStreamer/Streamer.py\", line 171, in __ship\r\n    __ship(retry_attempts, 1)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ISStreamer/Streamer.py\", line 122, in __ship\r\n    self.MissedEvents.write(\"{}\\n\".format(json.dumps(contents)))\r\nValueError: I/O operation on closed file.\r\n\r\n```","author":{"url":"https://github.com/doghousedean","@type":"Person","name":"doghousedean"},"datePublished":"2019-02-21T11:09:54.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/10/python_appender/issues/10"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:426fd4c5-5db8-b048-6463-cabf5ca675a9
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCF5A:394DD8:9C018D:CBAA7E:697F8389
html-safe-nonce96603061f59573af55d664d8931c20d9a29d657445ae56980c07fe9db8eba059
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRjVBOjM5NEREODo5QzAxOEQ6Q0JBQTdFOjY5N0Y4Mzg5IiwidmlzaXRvcl9pZCI6IjU4Mzg2NTk5NTUwNTc0NjAxMDUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac97c8d4dd45ffdb3ddde6f8df22b290c3063a07ba2dd5ef3e14c83bdf692ea430
hovercard-subject-tagissue:412870419
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/initialstate/python_appender/10/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6a84ab5d0e40880720acc11ae269c4b40c459cbac1059d31d4268f69033e5d89/initialstate/python_appender/issues/10
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6a84ab5d0e40880720acc11ae269c4b40c459cbac1059d31d4268f69033e5d89/initialstate/python_appender/issues/10
og:image:altI have run the example as per the README but getting SSL issues. % cat test.py #!/usr/bin/env python3 from ISStreamer.Streamer import Streamer # Create streamer object streamer = Streamer(bucket_ke...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedoghousedean
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/initialstate/python_appender git https://github.com/initialstate/python_appender.git
octolytics-dimension-user_id5839563
octolytics-dimension-user_logininitialstate
octolytics-dimension-repository_id23929044
octolytics-dimension-repository_nwoinitialstate/python_appender
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id23929044
octolytics-dimension-repository_network_root_nwoinitialstate/python_appender
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
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/initialstate/python_appender/issues/10#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Finitialstate%2Fpython_appender%2Fissues%2F10
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Finitialstate%2Fpython_appender%2Fissues%2F10
Sign up https://patch-diff.githubusercontent.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=initialstate%2Fpython_appender
Reloadhttps://patch-diff.githubusercontent.com/initialstate/python_appender/issues/10
Reloadhttps://patch-diff.githubusercontent.com/initialstate/python_appender/issues/10
Reloadhttps://patch-diff.githubusercontent.com/initialstate/python_appender/issues/10
initialstate https://patch-diff.githubusercontent.com/initialstate
python_appenderhttps://patch-diff.githubusercontent.com/initialstate/python_appender
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Finitialstate%2Fpython_appender
Fork 9 https://patch-diff.githubusercontent.com/login?return_to=%2Finitialstate%2Fpython_appender
Star 39 https://patch-diff.githubusercontent.com/login?return_to=%2Finitialstate%2Fpython_appender
Code https://patch-diff.githubusercontent.com/initialstate/python_appender
Issues 8 https://patch-diff.githubusercontent.com/initialstate/python_appender/issues
Pull requests 1 https://patch-diff.githubusercontent.com/initialstate/python_appender/pulls
Actions https://patch-diff.githubusercontent.com/initialstate/python_appender/actions
Projects 0 https://patch-diff.githubusercontent.com/initialstate/python_appender/projects
Wiki https://patch-diff.githubusercontent.com/initialstate/python_appender/wiki
Security 0 https://patch-diff.githubusercontent.com/initialstate/python_appender/security
Insights https://patch-diff.githubusercontent.com/initialstate/python_appender/pulse
Code https://patch-diff.githubusercontent.com/initialstate/python_appender
Issues https://patch-diff.githubusercontent.com/initialstate/python_appender/issues
Pull requests https://patch-diff.githubusercontent.com/initialstate/python_appender/pulls
Actions https://patch-diff.githubusercontent.com/initialstate/python_appender/actions
Projects https://patch-diff.githubusercontent.com/initialstate/python_appender/projects
Wiki https://patch-diff.githubusercontent.com/initialstate/python_appender/wiki
Security https://patch-diff.githubusercontent.com/initialstate/python_appender/security
Insights https://patch-diff.githubusercontent.com/initialstate/python_appender/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/initialstate/python_appender/issues/10
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/initialstate/python_appender/issues/10
SSL Certificate issuehttps://patch-diff.githubusercontent.com/initialstate/python_appender/issues/10#top
https://github.com/doghousedean
https://github.com/doghousedean
doghousedeanhttps://github.com/doghousedean
on Feb 21, 2019https://github.com/initialstate/python_appender/issues/10#issue-412870419
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.