{"id":13625580,"url":"https://github.com/vitejs/vite-plugin-basic-ssl","last_synced_at":"2026-01-20T13:00:45.600Z","repository":{"id":43638087,"uuid":"511223381","full_name":"vitejs/vite-plugin-basic-ssl","owner":"vitejs","description":"Basic https setup using an automatically generated self-signed certificate","archived":false,"fork":false,"pushed_at":"2026-01-13T17:15:54.000Z","size":458,"stargazers_count":474,"open_issues_count":6,"forks_count":25,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-13T19:21:36.223Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vitejs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"vitejs","open_collective":"vite"}},"created_at":"2022-07-06T17:00:18.000Z","updated_at":"2026-01-12T11:55:27.000Z","dependencies_parsed_at":"2025-12-31T11:03:12.032Z","dependency_job_id":null,"html_url":"https://github.com/vitejs/vite-plugin-basic-ssl","commit_stats":{"total_commits":35,"total_committers":11,"mean_commits":"3.1818181818181817","dds":0.6285714285714286,"last_synced_commit":"1d21430a2ea4a36cb5b0211f3f79a66765aa058f"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/vitejs/vite-plugin-basic-ssl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitejs%2Fvite-plugin-basic-ssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitejs%2Fvite-plugin-basic-ssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitejs%2Fvite-plugin-basic-ssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitejs%2Fvite-plugin-basic-ssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitejs","download_url":"https://codeload.github.com/vitejs/vite-plugin-basic-ssl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitejs%2Fvite-plugin-basic-ssl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:01:57.955Z","updated_at":"2026-01-20T13:00:45.480Z","avatar_url":"https://github.com/vitejs.png","language":"TypeScript","funding_links":["https://github.com/sponsors/vitejs","https://opencollective.com/vite"],"categories":["others","TypeScript"],"sub_categories":[],"readme":"# @vitejs/plugin-basic-ssl [![npm](https://img.shields.io/npm/v/@vitejs/plugin-basic-ssl.svg)](https://npmjs.com/package/@vitejs/plugin-basic-ssl)\n\nA plugin to generate untrusted certificates which still allows to access the page after proceeding a wall with warning.\n\nIn most scenarios, it is recommended to generate a secure trusted certificate instead and use it to configure [`server.https`](https://vitejs.dev/config/server-options.html#server-https)\n\n## Usage\n\n```js\n// vite.config.js\nimport basicSsl from '@vitejs/plugin-basic-ssl'\n\nexport default {\n  plugins: [\n    basicSsl({\n      /** name of certification */\n      name: 'test',\n      /** custom trust domains */\n      domains: ['*.custom.com'],\n      /** custom certification directory */\n      certDir: '/Users/.../.devServer/cert',\n    }),\n  ],\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitejs%2Fvite-plugin-basic-ssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitejs%2Fvite-plugin-basic-ssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitejs%2Fvite-plugin-basic-ssl/lists"}