René's URL Explorer Experiment


Title: Passing cert parameter gives SSL error · Issue #283 · python-consul/python-consul · GitHub

Open Graph Title: Passing cert parameter gives SSL error · Issue #283 · python-consul/python-consul

X Title: Passing cert parameter gives SSL error · Issue #283 · python-consul/python-consul

Description: when using client certificate downloaded as part of client config zip file from hashicorp cloud console and passing the same to consul give error host="consul-cluster.consul.AAAAAAAA.aws.hashicorp.cloud" token="XXXXXX" scheme="https" por...

Open Graph Description: when using client certificate downloaded as part of client config zip file from hashicorp cloud console and passing the same to consul give error host="consul-cluster.consul.AAAAAAAA.aws.hashicorp....

X Description: when using client certificate downloaded as part of client config zip file from hashicorp cloud console and passing the same to consul give error host="consul-cluster.consul.AAAAAAAA.aws.hashi...

Opengraph URL: https://github.com/python-consul/python-consul/issues/283

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Passing cert parameter gives SSL error","articleBody":"when using client certificate downloaded as part of client config zip file from hashicorp cloud console and passing the same to consul give error\r\n\r\nhost=\"consul-cluster.consul.AAAAAAAA.aws.hashicorp.cloud\"\r\ntoken=\"XXXXXX\"\r\nscheme=\"https\"\r\nport=\"443\"\r\nverify=True\r\ncert=\"/home/r2_user1/Downloads/consul/ca.pem\"\r\n\r\nprint(\"consul host is \", host, token, port, scheme)\r\n        cc:consul.Consul=consul.Consul(host=host,token=token,port=port,scheme=scheme,cert=cert)\r\n        cc.kv.put('foo', 'bar')\r\n\r\nBelow is SSL error encounted , without the certs parameter the calls work properly\r\n\r\n\r\nconsul host is  consul-cluster.consul.AAAAA.aws.hashicorp.cloud 69d69bed-f849-947d-f75c-a1edc16468e1 443 https\r\ntaking a lock \u003cconsul.std.Consul object at 0x7f8de4782950\u003e\r\nTraceback (most recent call last):\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/urllib3/connectionpool.py\", line 706, in urlopen\r\n    chunked=chunked,\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/urllib3/connectionpool.py\", line 382, in _make_request\r\n    self._validate_conn(conn)\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/urllib3/connectionpool.py\", line 1010, in _validate_conn\r\n    conn.connect()\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/urllib3/connection.py\", line 421, in connect\r\n    tls_in_tls=tls_in_tls,\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/urllib3/util/ssl_.py\", line 397, in ssl_wrap_socket\r\n    context.load_cert_chain(certfile, keyfile)\r\nssl.SSLError: [SSL] PEM lib (_ssl.c:3932)\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/requests/adapters.py\", line 449, in send\r\n    timeout=timeout\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/urllib3/connectionpool.py\", line 756, in urlopen\r\n    method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/urllib3/util/retry.py\", line 574, in increment\r\n    raise MaxRetryError(_pool, url, error or ResponseError(cause))\r\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='consul-cluster.consul.AAAAAAAA.aws.hashicorp.cloud', port=443): Max retries exceeded with url: /v1/kv/foo?token=XXXXXXXXXX (Caused by SSLError(SSLError(9, '[SSL] PEM lib (_ssl.c:3932)')))\r\n\r\nDuring handling of the above exception, another exception occurred:\r\n\r\nTraceback (most recent call last):\r\n  File \"../consul_lib/test_consul.py\", line 27, in \u003cmodule\u003e\r\n    cc.kv.put('foo', 'bar')\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/consul/base.py\", line 623, in put\r\n    CB.json(), '/v1/kv/%s' % key, params=params, data=value)\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/consul/std.py\", line 28, in put\r\n    cert=self.cert)))\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/requests/sessions.py\", line 602, in put\r\n    return self.request('PUT', url, data=data, **kwargs)\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/requests/sessions.py\", line 542, in request\r\n    resp = self.send(prep, **send_kwargs)\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/requests/sessions.py\", line 655, in send\r\n    r = adapter.send(request, **kwargs)\r\n  File \"/home/r2_user1/jv/notification_framework/build/python_workspace/lib/python3.7/site-packages/requests/adapters.py\", line 514, in send\r\n    raise SSLError(e, request=request)\r\nrequests.exceptions.SSLError: HTTPSConnectionPool(host='consul-cluster.consul.AAAAAA.aws.hashicorp.cloud', port=443): Max retries exceeded with url: /v1/kv/foo?token=XXXXXXXXX (Caused by SSLError(SSLError(9, '[SSL] PEM lib (_ssl.c:3932)')))\r\n\r\n","author":{"url":"https://github.com/pi19404","@type":"Person","name":"pi19404"},"datePublished":"2021-06-06T09:30:30.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/283/python-consul/issues/283"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:138fefbd-6240-e378-4db4-c135d7350cb7
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB9C4:2222C7:4944FE:5E5B7D:696B8863
html-safe-nonced568007b285c642798e9819591a933af1a36d3fc8d14ed5ab1e5e62179d359ee
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOUM0OjIyMjJDNzo0OTQ0RkU6NUU1QjdEOjY5NkI4ODYzIiwidmlzaXRvcl9pZCI6IjQyMTUxMjQ1Mzg2MzU4MTUwMTEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac6ff404d9a721e65b8f6630aeea0a21c3b2f62928be2864ebd1398750f6a614ad
hovercard-subject-tagissue:912745404
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/python-consul/python-consul/283/issue_layout
twitter:imagehttps://opengraph.githubassets.com/4d6531deb48ec7a76a1f3aa709270e235dd3befb543b85eb77dc165a2b54895f/python-consul/python-consul/issues/283
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4d6531deb48ec7a76a1f3aa709270e235dd3befb543b85eb77dc165a2b54895f/python-consul/python-consul/issues/283
og:image:altwhen using client certificate downloaded as part of client config zip file from hashicorp cloud console and passing the same to consul give error host="consul-cluster.consul.AAAAAAAA.aws.hashicorp....
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepi19404
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/python-consul/python-consul git https://github.com/python-consul/python-consul.git
octolytics-dimension-user_id143416393
octolytics-dimension-user_loginpython-consul
octolytics-dimension-repository_id24473148
octolytics-dimension-repository_nwopython-consul/python-consul
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id24473148
octolytics-dimension-repository_network_root_nwopython-consul/python-consul
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-consul/python-consul/issues/283#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-consul%2Fpython-consul%2Fissues%2F283
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-consul%2Fpython-consul%2Fissues%2F283
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=python-consul%2Fpython-consul
Reloadhttps://github.com/python-consul/python-consul/issues/283
Reloadhttps://github.com/python-consul/python-consul/issues/283
Reloadhttps://github.com/python-consul/python-consul/issues/283
python-consul https://github.com/python-consul
python-consulhttps://github.com/python-consul/python-consul
Notifications https://github.com/login?return_to=%2Fpython-consul%2Fpython-consul
Fork 218 https://github.com/login?return_to=%2Fpython-consul%2Fpython-consul
Star 460 https://github.com/login?return_to=%2Fpython-consul%2Fpython-consul
Code https://github.com/python-consul/python-consul
Issues 60 https://github.com/python-consul/python-consul/issues
Pull requests 30 https://github.com/python-consul/python-consul/pulls
Actions https://github.com/python-consul/python-consul/actions
Projects 0 https://github.com/python-consul/python-consul/projects
Wiki https://github.com/python-consul/python-consul/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python-consul/python-consul/security
Please reload this pagehttps://github.com/python-consul/python-consul/issues/283
Insights https://github.com/python-consul/python-consul/pulse
Code https://github.com/python-consul/python-consul
Issues https://github.com/python-consul/python-consul/issues
Pull requests https://github.com/python-consul/python-consul/pulls
Actions https://github.com/python-consul/python-consul/actions
Projects https://github.com/python-consul/python-consul/projects
Wiki https://github.com/python-consul/python-consul/wiki
Security https://github.com/python-consul/python-consul/security
Insights https://github.com/python-consul/python-consul/pulse
Passing cert parameter gives SSL errorhttps://github.com/python-consul/python-consul/issues/283#top
https://github.com/pi19404
https://github.com/pi19404
pi19404https://github.com/pi19404
on Jun 6, 2021https://github.com/python-consul/python-consul/issues/283#issue-912745404
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.