Есть ли простой клиент командной строки, который будет вызываться примерно так:
http2https --listen localhost:80 --connect example.com:443
что позволило бы мне эффективно подключиться к https://example.com
, фактически подключившись к http://localhost
? Это должно было бы работать на Windows.
Я попробовал stunnel, но, похоже, он не работает.
Обновить:
Вот вывод stunnel.exe -c -r google.com:443 -d 127.0.0.1:8888
No limit detected for the number of clients
stunnel 4.56 on x86-pc-msvc-1500 platform
Compiled/running with OpenSSL 1.0.1e-fips 11 Feb 2013
Threading:WIN32 Sockets:SELECT,IPv6 SSL:ENGINE,OCSP,FIPS
Reading configuration from file -c
Cannot read configuration
Syntax:
stunnel [ [-install | -uninstall] [-quiet] [<filename>] ] | -help | -version | -sockets
<filename> - use specified config file
-install - install NT service
-uninstall - uninstall NT service
-quiet - don't display a message box on success
-help - get config file help
-version - display version and defaults
-sockets - display default socket options
Server is down