Project

General

Profile

Actions

Feature #2272

closed

To allow different ssl.pemfile settings for different $HTTP["remoteip"]

Added by u1akesti over 13 years ago. Updated over 7 years ago.

Status:
Fixed
Priority:
Low
Category:
TLS
Target version:
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.)

Actions #1

Updated by Olaf-van-der-Spek over 13 years ago

What's the use case for this?

Actions #2

Updated by gstrauss almost 8 years ago

  • Category set to TLS
Actions #3

Updated by gstrauss over 7 years ago

  • Status changed from New to Need Feedback

Is there still interest in this? What is an example of a use case?

Actions #4

Updated by gstrauss over 7 years ago

  • Status changed from Need Feedback to Missing Feedback
Actions #5

Updated by gstrauss over 7 years ago

  • Status changed from Missing Feedback to Patch Pending
  • Target version set to 1.4.43
Actions #6

Updated by gstrauss over 7 years ago

  • Status changed from Patch Pending to Fixed
  • % Done changed from 0 to 100
Actions

Also available in: Atom