# insecure

> Accept insecure HTTPS certificates from web servers.

Latest version **0.0.4** (published 2016-09-23) · Unlicense license · 0 weekly downloads

## Install

```sh
npm install insecure
pnpm add insecure
yarn add insecure
bun add insecure
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2016-09-23 |
| First published | 2016-09-20 |
| Weekly downloads | 0 |
| License | Unlicense |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Michael Scherer |
| Maintainers | scherermichael |
| Keywords | https, certificate, insecure, NODE_TLS_REJECT_UNAUTHORIZED |

## Links

- npm: https://www.npmjs.com/package/insecure
- Repository: https://github.com/scherermichael/node-insecure
- Homepage: https://github.com/scherermichael/node-insecure#readme
- Issues: https://github.com/scherermichael/node-insecure/issues
- npm.io page: https://npm.io/package/insecure

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 0.0.4 (latest) — 2016-09-23
- 0.0.3 — 2016-09-23
- 0.0.2 — 2016-09-20
- 0.0.1 — 2016-09-20

## README

# node-insecure

Accept insecure HTTPS certificates from a web server.

## Installation

```bash
$ npm install insecure
```

## Quick start

First you need to integrate insecure into your application.

```javascript
const insecure = require('insecure');
```

To set the environment variable `NODE_TLS_REJECT_UNAUTHORIZED` to `0`, call:

```javascript
insecure();

console.log(process.env.NODE_TLS_REJECT_UNAUTHORIZED); // => '0'
```

---
_Source: https://npm.io/package/insecure · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
