해결 완료
http://test.com 이라는 링크를 통해 접속하면 프록시는 투명 프록시로 구성되어 있고 https://test.com으로 이동했으면 좋겠습니다.
Moving from http:// to https://: the squid server accepts the TCP connection, then sends a HTTP response telling the client that the content has moved to the new URL. The client then retries the request on the new URL.
http://wiki.squid-cache.org/Features/AddonHelpers
http://wiki.squid-cache.org/Features/Redirectors
중간에 나온 perl 프로그램 같은 헬퍼 프로그램을 호출해서 동작하는 것 같습니다. Squid 공식 문서니까 아마 자체적으로는 다른 방법은 없을 거 같습니다.
http://test.com 이라는 링크를 통해
http://wiki.squid-cache.org/Features/AddonHelpers
http://wiki.squid-cache.org/Features/Redirectors
중간에 나온 perl 프로그램 같은 헬퍼 프로그램을 호출해서 동작하는 것 같습니다. Squid 공식 문서니까 아마 자체적으로는 다른 방법은 없을 거 같습니다.