René's URL Explorer Experiment


Title: Reloading page bypasses TLS client authentication · Issue #35317 · nodejs/node · GitHub

Open Graph Title: Reloading page bypasses TLS client authentication · Issue #35317 · nodejs/node

X Title: Reloading page bypasses TLS client authentication · Issue #35317 · nodejs/node

Description: Version: v12.18.3 Platform: Linux 5.8.8-100.fc31.x86_64 #1 SMP Wed Sep 9 20:29:23 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Subsystem: What steps will reproduce the bug? Obtain (or create) a CA certificate, a server certificate, and a serv...

Open Graph Description: Version: v12.18.3 Platform: Linux 5.8.8-100.fc31.x86_64 #1 SMP Wed Sep 9 20:29:23 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Subsystem: What steps will reproduce the bug? Obtain (or create) a CA certi...

X Description: Version: v12.18.3 Platform: Linux 5.8.8-100.fc31.x86_64 #1 SMP Wed Sep 9 20:29:23 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Subsystem: What steps will reproduce the bug? Obtain (or create) a CA certi...

Opengraph URL: https://github.com/nodejs/node/issues/35317

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Reloading page bypasses TLS client authentication","articleBody":"\u003c!--\r\nThank you for reporting an issue.\r\n\r\nThis issue tracker is for bugs and issues found within Node.js core.\r\nIf you require more general support please file an issue on our help\r\nrepo. https://github.com/nodejs/help\r\n\r\n\r\nPlease fill in as much of the template below as you're able.\r\n\r\nVersion: output of `node -v`\r\nPlatform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)\r\nSubsystem: if known, please specify affected core module name\r\n--\u003e\r\n\r\n* **Version**: v12.18.3\r\n* **Platform**: Linux 5.8.8-100.fc31.x86_64 #1 SMP Wed Sep 9 20:29:23 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux\r\n* **Subsystem**: \r\n\r\n### What steps will reproduce the bug?\r\n- Obtain (or create) a CA certificate, a server certificate, and a server key supplied by said CA.\r\n- Compile (with typescript) and run the following code:\r\n```\r\nimport fs from 'fs';\r\nimport path from 'path';\r\nimport https from 'https';\r\nimport tls from 'tls';\r\nimport express from 'express';\r\n\r\n/* Alias environment variables */\r\nconst port = process.env.PORT || 443;\r\n\r\nconst httpsOptions = {\r\n    key: fs.readFileSync(path.join('certs', 'server.key')),\r\n    cert: fs.readFileSync(path.join('certs', 'server.crt')),\r\n    ca: fs.readFileSync(path.join('certs', 'ca.crt')),\r\n    requestCert: true,\r\n    rejectUnauthorized: false /* This is necessary to accept self-signed certificates, we will perform the authentication ourselves */\r\n};\r\n\r\n/* Create Express app */\r\nconst expressApp = express();\r\nconst expressServer = https.createServer(httpsOptions, expressApp);\r\n\r\nexpressApp.use((req,res,next) =\u003e {\r\n    console.log((req.socket as tls.TLSSocket).authorized ? 'true' : 'false');\r\n    if (!(req.socket as tls.TLSSocket).authorized) {\r\n        return res.status(401).send('Unauthorized');\r\n    }\r\n    next();\r\n});\r\n\r\nexpressServer.listen(port, () =\u003e {\r\n    console.log(`Server listening on port ${port}`);\r\n});\r\n```\r\n- Open Firefox (version 80) and go to https://localhost. You should have your connection rejected (output is 'false').\r\n- Reload the page. Your connection is now accepted (output is 'true').\r\n- This curiously doesn't happen on Chromium.\r\n\r\n\u003c!--\r\nEnter details about your bug, preferably a simple code snippet that can be\r\nrun using `node` directly without installing third-party dependencies.\r\n--\u003e\r\n\r\n### How often does it reproduce? Is there a required condition?\r\n- Always reproducible. Chromium seems to not trigger the issue.\r\n\r\n### What is the expected behavior?\r\n- Connection should always be rejected\r\n\r\n\u003c!--\r\nIf possible please provide textual output instead of screenshots.\r\n--\u003e\r\n\r\n### What do you see instead?\r\n- Connection is accepted after page reload\r\n\r\n\u003c!--\r\nIf possible please provide textual output instead of screenshots.\r\n--\u003e\r\n\r\n### Additional information\r\n- According to documentation at https://nodejs.org/api/tls.html#tls_tlssocket_authorized the `(req.socket as tls.TLSSocket).authorized` flag should always be false if the client certificate doesn't match the server CA. In this case it becomes true after a page reload from Firefox for unknown reasons.\r\n- This issue is described also in a stack overflow entry: https://stackoverflow.com/questions/60367338/result-of-req-socket-authorized-is-not-correct-using-nodejs-https-and-express\r\n- I'm guessing it might be due to some TLS connection reuse logic.\r\n\r\n\u003c!--\r\nTell us anything else you think we should know.\r\n--\u003e\r\n","author":{"url":"https://github.com/maikeriva","@type":"Person","name":"maikeriva"},"datePublished":"2020-09-23T15:05:29.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":13},"url":"https://github.com/35317/node/issues/35317"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1dc78963-5ff9-65b7-7df5-350a201fb00b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDC82:124332:932625:CB7039:6A6249A1
html-safe-nonce49d71b11ca06f3986b2176ecef69caa103766f8fbf7242a16799eb838ad87489
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQzgyOjEyNDMzMjo5MzI2MjU6Q0I3MDM5OjZBNjI0OUExIiwidmlzaXRvcl9pZCI6IjMwNTEwNTYzMjI2MDE2OTk3NDUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac580fe9ecbe54a8cfd6aaec38cb6272ac5952bc04c5aea763a3e0c65c9dc0f7ad
hovercard-subject-tagissue:707448399
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/nodejs/node/35317/issue_layout
twitter:imagehttps://opengraph.githubassets.com/537afb2ee1b0ce3243dd89fc18c8add67611ffce967a8565feaded0de45664c3/nodejs/node/issues/35317
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/537afb2ee1b0ce3243dd89fc18c8add67611ffce967a8565feaded0de45664c3/nodejs/node/issues/35317
og:image:altVersion: v12.18.3 Platform: Linux 5.8.8-100.fc31.x86_64 #1 SMP Wed Sep 9 20:29:23 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Subsystem: What steps will reproduce the bug? Obtain (or create) a CA certi...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemaikeriva
hostnamegithub.com
expected-hostnamegithub.com
None5d6ba65d73ecc4e3394fe318d2b2f98e6f8eed4878b5421b938e20d30bde267b
turbo-cache-controlno-preview
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
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
release2dadc56fd5989b76a8ae7304e3aa56d0b485e5dc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/issues/35317#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F35317
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
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
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/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/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/enterprise/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%2Fnodejs%2Fnode%2Fissues%2F35317
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=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/issues/35317
Reloadhttps://github.com/nodejs/node/issues/35317
Reloadhttps://github.com/nodejs/node/issues/35317
Please reload this pagehttps://github.com/nodejs/node/issues/35317
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/issues/35317
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36.1k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.3k https://github.com/nodejs/node/issues
Pull requests 1k https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
#64677https://github.com/nodejs/node/pull/64677
#64584https://github.com/nodejs/node/pull/64584
Reloading page bypasses TLS client authenticationhttps://github.com/nodejs/node/issues/35317#top
#64677https://github.com/nodejs/node/pull/64677
#64584https://github.com/nodejs/node/pull/64584
docIssues and PRs related to the documentations.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22doc%22
tlsIssues and PRs related to the tls subsystem.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22tls%22
https://github.com/maikeriva
maikerivahttps://github.com/maikeriva
on Sep 23, 2020https://github.com/nodejs/node/issues/35317#issue-707448399
deps: update openssl to 1.0.1j #1https://github.com/nodejs/node/pull/1
https://localhosthttps://localhost
https://nodejs.org/api/tls.html#tls_tlssocket_authorizedhttps://nodejs.org/api/tls.html#tls_tlssocket_authorized
https://stackoverflow.com/questions/60367338/result-of-req-socket-authorized-is-not-correct-using-nodejs-https-and-expresshttps://stackoverflow.com/questions/60367338/result-of-req-socket-authorized-is-not-correct-using-nodejs-https-and-express
docIssues and PRs related to the documentations.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22doc%22
tlsIssues and PRs related to the tls subsystem.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22tls%22
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.