=================
== The Archive ==
=================

로컬 개발에서 HTTPS를 사용하는 방법

|

개요

찾아본 방법은 크게 세 가지 이다.

  1. HTTPS using an internet proxy
  2. mkcert + Nginx docker image
  3. Configure Spring Boot to use HTTPS using mkcert

HTTPS using an internet proxy

ngrok 란?

그래서 안했다.

localhost.run 란?

localhost.run 적용해보기

1
2
3
4
5
6
...
===============================================================================

** your connection id is c76ffccd-6b1b-4149-b9b9-7d8478e3e5bd, please mention it if you send me a message about an issue. **

cda0814b3d6062.lhrtunnel.link tunneled with tls termination, https://cda0814b3d6062.lhrtunnel.link

1.png

2.png

유의사항

mkcert + Nginx docker image

Configure Spring Boot to use HTTPS using mkcert

References

Categories:

Tags: