Actions
Feature #2272
closedTo allow different ssl.pemfile settings for different $HTTP["remoteip"]
ASK QUESTIONS IN Forums:
Description
Currently, the following configuration directive does not work as expected - instead, the default ssl.pemfile is used for all incoming connections:
ssl.pemfile = "/etc/lighttpd/server.pem" $HTTP["remoteip"] =~ "^1\.2\.3\." { ssl.pemfile = "/etc/lighttpd/server2.pem" }
I would like to suggest a feature enhancement where the SSL server certificate can be different depending on the connecting IP address.
(If this is a feature that would be of interest, I could write it and supply a patch, if you want? I'll be doing so anyway for my own locally installed copy of lighty.)
Updated by gstrauss about 8 years ago
- Status changed from New to Need Feedback
Is there still interest in this? What is an example of a use case?
Updated by gstrauss about 8 years ago
- Status changed from Need Feedback to Missing Feedback
Updated by gstrauss about 8 years ago
- Status changed from Missing Feedback to Patch Pending
- Target version set to 1.4.43
Updated by gstrauss about 8 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset ee40397fa508311a6f78aa6f560db64d7f06ec75.
Actions
Also available in: Atom