Tuve un trabajo cron con el siguiente comando
lynx -source http://example.com/daemon.php
que funcionó bien. Luego cambié mi .htaccess
archivo para no permitir nohttpspeticiones. Ahora me sale el siguiente error
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
Intenté cambiar la URL en el comando sin https
ningún efecto. Cual podría ser el problema aquí?
Respuesta1
Respuesta2
use el archivo de configuración (lynx.cfg) para lynx:
FORCE_SSL_PROMPT:YES
entonces:
lynx -cfg=lynx.cfg https://sslsecuresite.com