Lynx Version 2.8.8rel.2
Connecting to https sites, I always get a warning:
SSL error:Can't find common name in certificate
asking me if I want to continue.
Even using --dump option, I get:
lynx -dump https://www.google.com
Looking up www.google.com
Making HTTPS connection to www.google.com
SSL callback:ok, preverify_ok=1, ssl_okay=0
SSL callback:ok, preverify_ok=1, ssl_okay=0
SSL callback:ok, preverify_ok=1, ssl_okay=0
SSL callback:ok, preverify_ok=1, ssl_okay=0
lynx: Can't access startfile https://www.google.com/
I tried to export environment variables specifying CA certs location (if I'm doing it right).
export SSL_CERT_DIR="/opt/local/etc/openssl/certs"
export SSL_CERT_FILE="/opt/local/share/mozilla-rootcerts/cacert.pem"
But whitout success.
Lynx Version 2.8.8rel.2
Connecting to https sites, I always get a warning:
asking me if I want to continue.
Even using
--dumpoption, I get:I tried to export environment variables specifying CA certs location (if I'm doing it right).
But whitout success.