A tarefa cron do Lynx falha na URL do https

0

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?

    
por Dotan 31.01.2017 / 23:03

1 resposta

-1

usar o arquivo de configuração (lynx.cfg) para o lynx:

FORCE_SSL_PROMPT:YES

então:

lynx -cfg=lynx.cfg https://sslsecuresite.com
    
por 19.01.2018 / 21:04

Tags