usar o arquivo de configuração (lynx.cfg) para o lynx:
FORCE_SSL_PROMPT:YES
então:
lynx -cfg=lynx.cfg https://sslsecuresite.com
Eu tinha um cron job com o seguinte comando
lynx -source http://example.com/daemon.php
que funcionou bem. Eu alterei meu arquivo .htaccess
para não permitir solicitações de link . Agora, recebo o seguinte erro
Looking up example.com
Making HTTPS connection to example.com
Retrying connection without TLS.
Looking up example.com
Making HTTPS connection to example.com
Alert!: Unable to make secure connection to remote host.
lynx: Can't access startfile http://example.com/daemon.php
Eu tentei alterar o URL no comando para https
sem efeito. Qual poderia ser o problema aqui?
usar o arquivo de configuração (lynx.cfg) para o lynx:
FORCE_SSL_PROMPT:YES
então:
lynx -cfg=lynx.cfg https://sslsecuresite.com