https URL에서 Lynx cron 작업이 실패합니다.

https URL에서 Lynx cron 작업이 실패합니다.

다음 명령으로 크론 작업을 수행했습니다.

lynx -source http://example.com/daemon.php

잘 작동했습니다. 나는 .htaccess비를 허용하지 않도록 파일을 변경했습니다.https요청. 이제 다음 오류가 발생합니다.

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

https아무 효과 없이 명령의 URL을 변경해 보았습니다 . 여기서 무엇이 문제가 될 수 있습니까?

답변1

lynx -source 대신 컬을 사용하세요

좋다:-

곱슬 곱슬하다http://example.com/daemon.php

답변2

lynx에 대한 구성 파일(lynx.cfg)을 사용하십시오:

FORCE_SSL_PROMPT:YES

그 다음에:

lynx -cfg=lynx.cfg https://sslsecuresite.com

관련 정보