Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread Stefan Baur
Am 19.03.2014 10:09, schrieb Stefan Baur: Hi List, is there a particular reason why wgetting http://pfsense.org/ip.php gives a blank result? Works just fine when using a regular GUI browser like Firefox, but not on the command line with wget. Oh. I just noticed it's redirecting to https,

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread A Mohan Rao
Hello, i have configured openvpn road warrior also client is properly connected from outside internet network. but not able to access server end network and servers's. can anybody give any help where is do any wrong steps. thanks Mohan On Wed, Mar 19, 2014 at 2:45 PM, Stefan Baur

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread Stefan Baur
Am 19.03.2014 10:18, schrieb A Mohan Rao: Hello, i have configured openvpn road warrior also client is properly connected from outside internet network. but not able to access server end network and servers's. can anybody give any help where is do any wrong steps. This has nothing to do with

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread Brian Candler
On 19/03/2014 09:15, Stefan Baur wrote: Am 19.03.2014 10:09, schrieb Stefan Baur: Hi List, is there a particular reason why wgetting http://pfsense.org/ip.php gives a blank result? Works just fine when using a regular GUI browser like Firefox, but not on the command line with wget. Oh. I just

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread Stefan Baur
Am 19.03.2014 10:51, schrieb Brian Candler: That's a problem I can replicate with Debian Wheezy. I find that openssl s_client -CApath /etc/ssl/certs -connect pfsense.org:443 is happy, so my guess it's a problem with wget 1.13.4 - maybe it doesn't do SNI. In that case, the solution is to

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread Vick Khera
On Wed, Mar 19, 2014 at 5:51 AM, Brian Candler b.cand...@pobox.com wrote: is happy, so my guess it's a problem with wget 1.13.4 - maybe it doesn't do SNI. In that case, the solution is to change to a less broken client. Try: Indeed that is the case. wget is complaining about properly chained

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread jungleboogie0
Hi Stefan, Just curious why you would not use curl. IS your objective to get your current IP address? Best, jungle On 19 March 2014 02:09, Stefan Baur newsgroups.ma...@stefanbaur.de wrote: Hi List, is there a particular reason why wgetting http://pfsense.org/ip.php gives a blank result?

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread Stefan Baur
Am 19.03.2014 21:11, schrieb jungleboogie0: Just curious why you would not use curl. Using it now, as per Brian's suggestion. IS your objective to get your current IP address? Yes, on a machine that has no GUI, only a command line. -Stefan ___

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread jungleboogie0
Hi Stefan, Using it now, as per Brian's suggestion. Great job! There's also ifconfig.me it won't download display the html is it's on one line. Best, Jungle On 19 March 2014 13:13, Stefan Baur newsgroups.ma...@stefanbaur.de wrote: Am 19.03.2014 21:11, schrieb jungleboogie0: Just

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread Chris Buechler
On Wed, Mar 19, 2014 at 4:51 AM, Brian Candler b.cand...@pobox.com wrote: By the way: pfsense.org has a record but refuses connections on port 443 on IPv6. That's since been fixed. ___ List mailing list List@lists.pfsense.org

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread Stefan Baur
Am 19.03.2014 22:35, schrieb Chris Buechler: Oh you're one of those people that's hammering us with wget requests to ip.php. :p Was curious why people would be hitting it like that. There are a few hundred IPs that query it once a minute or so. Um, nope. Requests get sent out once a day, when

Re: [pfSense] http://pfsense.org/ip.php and wget

2014-03-19 Thread Chris Buechler
On Wed, Mar 19, 2014 at 4:15 AM, Stefan Baur newsgroups.ma...@stefanbaur.de wrote: Am 19.03.2014 10:09, schrieb Stefan Baur: Hi List, is there a particular reason why wgetting http://pfsense.org/ip.php gives a blank result? Works just fine when using a regular GUI browser like Firefox, but