https://github.com/jc-lab/local-tls-proxy/releases
Usage
Usage of local-tls-proxy
-ca-cert string
KeyPair certificate file path (default "ca.pem")
-ca-key string
KeyPair key file path (default "ca.key")
-install
install CA certificate
-port int
server port (default 5443)
사용 방법
1. CA 인증서 생성 및 설치
리눅스의 경우:
$ sudo ./local-tls-proxy -install
윈도우의 경우 관리자 권한으로:
> local-tls-proxy.exe -install
2. 프로그램 실행
$ ./local-tls-proxy -port 5443
3. 접속
이제 모든 https://{PORT}.{IP}.sslip.io:5443/ 주소는 http://{IP}:{PORT}/ 으로 프록시 된다.
예를 들어 https://5173.127-0-0-1.sslip.io:5443/ 은 http://127.0.0.1:5173/ 으로 프록시 된다.
localhost 에서 브라우저의 Secure Context 테스트 할 때 용이할 수 있다.
반응형
'내가만드는것_만든것 > 프로그램-공개' 카테고리의 다른 글
ping-watcher (0) | 2024.09.15 |
---|---|
WhereNow: 앱 없이 브라우저로 위치 공유 (0) | 2023.12.01 |
주택 (전세) 자금 대출 계산기 (0) | 2023.10.31 |
Golang 원격 배포 및 디버깅 (0) | 2023.08.18 |
golang form-data 버퍼링 없이 사용하기 (0) | 2023.04.24 |
댓글