Verwenden Sie die Konfigurationsdatei (lynx.cfg) für lynx:
FORCE_SSL_PROMPT:YES
dann:
lynx -cfg=lynx.cfg https://sslsecuresite.com
Ich hatte einen Cronjob mit dem folgenden Befehl
lynx -source http://example.com/daemon.php
was gut funktioniert hat. .htaccess
Dann habe ich meine Datei geändert, um keine https- Anfragen zuzulassen . Nun bekomme ich die folgende Fehlermeldung
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
Ich habe versucht, die URL im Befehl in https
ohne Wirkung zu ändern . Was könnte das Problem sein?
Verwenden Sie die Konfigurationsdatei (lynx.cfg) für lynx:
FORCE_SSL_PROMPT:YES
dann:
lynx -cfg=lynx.cfg https://sslsecuresite.com