Re: openssl comand(s) for https mode on apache 2.4 on windows.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: users@xxxxxxxxxxxxxxxx
- Subject: Re: openssl comand(s) for https mode on apache 2.4 on windows.
- From: Will Fatherley <wefatherley@xxxxxxxxx>
- Date: Tue, 16 Apr 2024 11:30:23 -0400
- In-reply-to: <0dff983b40d14dc9931b52bccd3bedab@f1-outsourcing.eu>
- Reply-to: users@xxxxxxxxxxxxxxxx
But should your development be not protocol independent? If your code works on http it should also work on https. I am getting sick of these wordpress idiots where they still have hardcoded links everywhere and I can't even convert a website from http to https.
TLS is not in the application layer as HTTP is, so it’s just a complication that has to be managed in development. I don’t know how Wordpress works, but there are solutions beyond its configuration.
For example, if you just need to verify your HTTP-based application functions as desired, but there is commingling of HTTPS and HTTP in application HREFs then use the `if` directive with a development-only environment variable in your virtual hosts. If the client follows a HTTPS link that isn’t going to work for keying material reasons, have the 443 virtual host redirect to 80 if the development variable in the development environment
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]