|
Feedback and Suggestions We want to hear your thoughts and ideas! |
|
Thread Tools | Display Modes |
|
|||
There is a 301 permanent redirect :
Code:
42 server "daemonforums.org" { 43 listen on egress port 80 44 log { style forwarded 45 access http80_access.log 46 error http80_error.log 47 } 48 root "/htdocs" 49 block return 301 "https://daemonforums.org$REQUEST_URI" 50 } Code:
block in quick on egress inet proto tcp from ! $ME to port http I put that in place to allow me to test the relayd setup TLS proxying , while still allowing direct httpd access to the original daemonforums site. I just forgot to comment that out
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump |
|
||||
Quote:
With something like Caddy running as a proxy you can get Let's Encrypt certificates for free, too. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
DaemonForums and https? | hitest | Off-Topic | 11 | 24th August 2017 04:34 AM |
Relayd as a HTTPS client | e1-531g | OpenBSD Security | 4 | 11th January 2016 07:11 PM |
snownews to support https | daemonfowl | OpenBSD Packages and Ports | 9 | 26th October 2013 06:13 PM |
https ports on PF | mug23 | OpenBSD Security | 5 | 4th March 2011 10:11 PM |