Re: Web browsing over stunnel

Osvald Brko <[email protected]>
Newsgroups gmane.network.stunnel.user
Message-ID <VI1P191MB0160DE6A026072B1B89FBB8FC5560@VI1P191MB0160.EURP191.PROD.OUTLOOK.COM>
> From: Jochen Bern <[email protected]>
> Sent: Tuesday, November 7, 2017 5:05 PM
> To: [email protected]
> Cc: [email protected]
> Subject: Re: [stunnel-users] Web browsing over stunnel
  

> On 11/07/2017 04:28 PM, Osvald Brko wrote:
> > 127.0.0.1 www.wikipedia.org
> > But of course I am not able to use any web link, and I can see only default main page without any path.
> > So stunnel is completely unusable for web browsing, I am right?

> This setup should allow you to browse the entirety of  www.wikipedia.org,
> *including* other pathes/pages thereon.

I would not believe that, because links does not contain the necessary port
(for instance :8888 which I choose), but where the path is relative, there
it really works.

> Considering that *other* hostnames appear even right on the starting
> page (commons.wikimedia.org, www.wikiquote.org, upload.wikimedia.org,
> etc.), you're unlikely to *stay* within those limits for any length of
> time, though.

I see. The page www.wikipedia.org contains *solely* links to other page addresses,
that's the problem which confused me.

And regarding the www.stunnel.org, 
http://www.stunnel.org:8888/  
does not work, while
http://www.stunnel.org:8888/index.html  
does.

At last I was quite successful with configuration like this:
hosts :
127.0.0.1       localhost

127.0.0.2 en.wikipedia.org
127.0.0.3 upload.wikimedia.org
127.0.0.4 commons.wikimedia.org

127.0.0.5 www.stunnel.org

stunnel.conf :

[https_en.wikip]
client = yes
accept = 127.0.0.2:8888
connect = 91.198.174.192:443

[https_upload.wikim]
client = yes
accept = 127.0.0.3:8888
connect = 91.198.174.208:443

[https_commons.wikim]
client = yes
accept = 127.0.0.4:8888
connect = 91.198.174.192:443

[https_stunnel]
client = yes
accept = 127.0.0.5:8888
connect = 207.192.69.165:443

Of course, I had to add the :8888 port to linked addresses and delete
"s" from "https" manualy, but better than nothing :-) .

   Regards,

          Olda
    
_______________________________________________
stunnel-users mailing list
[email protected]
https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.