Skip to content

Commit

Permalink
Merge pull request #123 from mithunjohny/users/mithunj/sslsetting
Browse files Browse the repository at this point in the history
open ssl set to legacy
  • Loading branch information
mithunjohny authored Oct 23, 2024
2 parents 60cbe9e + 684d9ba commit a2ffc49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]

### Added
- set open ssl to legacy
- logging response errorCode into telemetry logs
- Improve telemetry to uniformly log all errors for reconnectable chat and reconnect availability

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build:tsc": "tsc --project tsconfig.json",
"build:babel": "babel src --extensions .js,.ts --out-dir lib --verbose",
"build:dev": "webpack --config webpack.config.js --mode development",
"build:prod": "npm run build:tsc && npm run build:babel && webpack --config webpack.config.js --mode production",
"build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && npm run build:tsc && npm run build:babel && webpack --config webpack.config.js --mode production",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "eslint src --ext .ts"
},
Expand Down

0 comments on commit a2ffc49

Please sign in to comment.