-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line Mode Browser OpenSSL #11
Comments
Sorry libwww is unmaintained since some years ago. No one has proposed to take over. I'd advise to try out curl or libhttp, according to your needs. |
I understand that this software is unmaintained few years ago but i was curious about the second web browser that ever existed. I wanted to try it for myself and i want to view |
That could involve some engineering; could you set up an HTTP server to test drive LineMode? |
What do you mean about hosting stuff tho? How should I do it in simpler terms? |
I'm not sure what your objective is, but if it's to try browsing a bit with LineMode, you could set up an HTTP server with some random content. It's not the same as using it LineMode anger in your daily life, but it would at least give a feel for the UX. |
I tried browsing the W3M website, that was only the thing I browsed (i dunno about http without TLS/SSL in this day and age). And yeah, unlike Links or Lynx, I might have a learning curve but I understand the UX pretty well. My objective is to access Google, Wikipedia and my text version of my site (they all have TLS/SSL). |
I haven't touched libwww since Feb 97, but if I were as motivated as you seem to be, I'd set up a little HTTP server, run LineMode in a debugger, and set some break points around HTBrowse. That might be a good way to start untangling how to add SSL support so you can interact with an HTTPS server. |
I understand but can you please clarify with that one. Like the necessary commands and stuff |
Actually I built libwww with OpenSSL with patches to work on modern systems. The patch for OpenSSL 1.1 compatibility was in http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/libwww/patches/patch-Library_src_SSL_HTSSL.c?hideattic=0 The patch to detect OpenSSL: http://ix.io/3UP5 |
So yeah after building libwww with OpenSSL, i tried Line Mode Browser and Google doesn't work. I dunno about how to debug it or something, heck I didn't know that much C language. |
So I dug around the source and found HTBrowse.c, and since I dunno much about C except for patching suckless utilities, I couldn't do much, unless if there's a way to implement HTTPS on the main Line Mode Browser module. |
Hello but yeah, like I said I couldn't access Google on Line Mode Browser. I have libwww with openssl installed. Any fix?
The text was updated successfully, but these errors were encountered: