Author Topic: Proxy setting in Meteobridge Network setup  (Read 5798 times)

0 Members and 1 Guest are viewing this topic.

Offline lobsterman

  • Senior Contributor
  • ****
  • Posts: 168
    • Cape Small Harbor Weather
Proxy setting in Meteobridge Network setup
« on: October 18, 2021, 09:54:52 AM »
Turns out I need a proxy to get from my home network to my FTP server these days (complicated and another story). MB says I can't use a proxy server that needs a username/password. Is there a workaround for this? I know I can always flash my router to use a VPN for my entire LAN but that introduces complications I don't need. Pointers very welcome.

Offline docbee

  • Moderator
  • Forecaster
  • *****
  • Posts: 882
    • smartbedded
Re: Proxy setting in Meteobridge Network setup
« Reply #1 on: October 24, 2021, 11:51:12 AM »
Nope, you have to get rid of this unacceptable limitation. Is your employer forcing the proxy on you?
founder of smartbedded.com - home of meteohub, meteoplug, meteobridge, meteostick

Offline corradoutah

  • Member
  • *
  • Posts: 4
Re: Proxy setting in Meteobridge Network setup
« Reply #2 on: June 21, 2025, 07:41:33 AM »
You can’t use a proxy that requires authentication in Meteobridge—it only supports unauthenticated HTTP proxies. Your options are:
Use a router-level VPN or authenticated proxy so all traffic is covered.
Replace the router firmware or use another device to handle the auth transparently.
Unfortunately, there’s no built-in workaround in Meteobridge itself.

Offline asigrijenny

  • Member
  • *
  • Posts: 2
Re: Proxy setting in Meteobridge Network setup
« Reply #3 on: June 21, 2025, 07:47:14 AM »
You could try setting up an SSH tunnel on a local machine or Raspberry Pi as a simple, unauthenticated HTTP proxy, then configure Meteobridge to use that. For example:

sql

ssh -N -D 3128 user@yourserver.com
Point Meteobridge at localhost:3128—it bypasses auth while keeping everything secure through your SSH endpoint.

If you want a more scalable or location-specific solution, consider using an IPv6 proxy server, like the ones from Lightning Proxies. They offer clean IPs and support for tools like Meteobridge that need stable outbound connections without authentication hurdles.
« Last Edit: June 27, 2025, 08:35:26 AM by asigrijenny »

 

anything