일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
- 패캠챌린지
- redis-cli
- elastic cache
- ERR unknown command 'JSON.GET'
- 패스트캠퍼스후기
- aws s3
- vscode
- Redis
- Avast Security
- Window redis-cli
- Avast 구독취소
- putty Inactive
- 환급챌린지
- 한 번에 끝내는 AWS 인프라 구축과 DevOps 운영 초격차 패키지 Online
- AWS S3 계정이동
- 패스트캠퍼스
- AWS S3 migration
- ERR unknown command 'JSON.SET'
- 직장인인강
- 캐시백
- RedisJSON
- Ngrinder Docker
- redis cli
- gitlab 잔디옮기기
- 잔디이전
- AWS S3 버킷 삭제
- 캐시백챌린지
- aws
- 직장인자기계발
- nodemailer
- Today
- Total
목록nodemailer (2)
Developing

local repo에서 nodemailer를 이용하려던 중 다음과 같은 메시지를 마주하게 되었다 아래 스택오버플로우에서도 제시한 내용으로도 옵션을 걸어주면 해결이 가능한 것을 확인했지만, https://stackoverflow.com/questions/46742402/error-self-signed-certificate-in-certificate-chain-nodejs-nodemailer-express const transport = nodemailer.createTransport({ service: "Gmail", auth: { user: process.env.AUTH_GMAIL_USER, pass: process.env.AUTH_GMAIL_PASS, }, //변경부분 시작 tls: { rejectUn..

Nodemailer에서 dotenv를 설정해주는 과정에서 다음과 같은 오류가 발생하였다. [Error: 17100:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:332: ] { library: 'SSL routines', function: 'ssl3_get_record', reason: 'wrong version number', code: 'ESOCKET', command: 'CONN' } Stackoverflow를 통해 이것이 secure 속성과 관련되었다는 것에 대한 힌트를 얻을 수 있었다. https://stackoverflow.com/q..