Recent content by oe1agf

  1. O

    HTTP instead of HTTPS

    Using Thomas' suggestions from above I have tried the following configuration: upstream proxmox { server "pve.db0bc.ampr.org"; } server { listen 80; server_name _; proxy_redirect off; location / { proxy_http_version 1.1; proxy_set_header Upgrade...
  2. O

    HTTP instead of HTTPS

    Well, the laws and regulations both in Austria and in Germany (and I believe all over the world, too) are quite clear about it: we are not allowed to use encrypted traffic in radio transmissions; more specifically it says: "you must use open language", which includes any form of data...
  3. O

    HTTP instead of HTTPS

    Hi, how would I go about changing Proxmox to serve its admin pages using HTTP? Background being that I use it for the HAMNET, a primarily radio-bases intranet for radio amateurs, and in amateur radio we are not allowed to use any form of encryption. Thank you for any suggestions. Jörg