일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- API
- express.js
- REACT
- typeScript
- Redux
- Ethereum
- evm
- JavaScript
- built in object
- nextJS
- web
- solidity
- bitcoin
- 삶
- middleware
- hardhat
- graphQL
- blockchain
- CSS
- useState
- CLASS
- Props
- HTML
- Interface
- node.js
- SSR
- concept
- 기준
- error
- tailwindcss
- Today
- Total
목록https (2)
ReasonJun

Problem : I'm using Nextjs 14 and wanted to utilize the layout folder to automatically load data when accessing the web. Why? This is fine when sending requests from client to server, but when communicating from server to server in Nextjs, the difference between http/https causes problems. Can occur while the Next.js app is establishing an SSL/TLS secure connection. Typically, this error occurs ..
SSL, which stands for Secure Sockets Layer, is a cryptographic protocol designed to provide secure communication over a computer network. It ensures that the data transmitted between a client (such as a web browser) and a server is encrypted and protected from unauthorized access or tampering. SSL was developed by Netscape Communications in the mid-1990s and has become an industry standard for s..