CAFE24 인증서(SSL) + SPRINGBOOT + docker 배포하기
EC2 에 HTTPS 로 도메인 연동하기 (Nginx)
[프로젝트] SpringBoot + React 웹 서비스 Docker(Nginx, SSL/Reverse Proxy, Redis)로 배포하기
h
Nextjs Springboot Nginx Docker-compose
layout-f76c3f6a2a3c2016.js:1 Mixed Content: The page at 'https://www.ahwhew.com/signIn' was loaded over HTTPS, but requested an insecure resource 'http://13.125.2.53:8080/auth/signin'. This request has been blocked; the content must be served over HTTPS.
→서버는 https인데 http로 안전하지 않은 요청을 보내서 생기는 에러
ec2 vm key 경로
/home/ubuntu/.ssh
/home/ubuntu/.ssh/authorized_keys
scp -i /home/ubuntu/.ssh/id_rsa [email protected]:/etc/letsencrypt/live/ahwhew.com/* ~/Documents/ahwhew/
scp /etc/letsencrypt/live/ahwhew.com/keystore.p12 [email protected]:~/Documents/ahwhew/