6.0.0-RC7
6/30/26

[#5568] allow for hardware ssl termination
Summary allow for hardware ssl termination
Queue Horde Framework Packages
Queue Version HEAD
Type Enhancement
State Resolved
Priority 1. Low
Owners
Requester adrieder (at) sbox (dot) tugraz (dot) at
Created 7/19/07 (6921 days ago)
Due 7/19/07 (6921 days ago)
Updated 8/3/07 (6906 days ago)
Assigned
Resolved 8/3/07 (6906 days ago)
Milestone
Patch No

History
447 Chuck Hagenbuch Comment #8
State ⇒ Resolved
Reply to this comment
Looks good to me - committed, thanks!
416 Chuck Hagenbuch Deleted Original Message
 
346 Chuck Hagenbuch Deleted Original Message
 
2712 adrieder (at) sbox (dot) tugraz (dot) at Comment #7
New Attachment: conf.xml.2.patch Download
Reply to this comment
conf.xml.patch
1412 adrieder (at) sbox (dot) tugraz (dot) at Comment #6
New Attachment: Crypt.php.2.patch Download
Reply to this comment
ok, how about this...
5311 Jan Schneider Comment #5 Reply to this comment
In this case I would suggest to move the configuration item next to 
the safe-ip-net-list, and simply make it a "consider all connections 
safe" item, there's no need to make a connection to hw accel cards.
1210 adrieder (at) sbox (dot) tugraz (dot) at Comment #4 Reply to this comment
I added a similar configuration a few days ago that allows certain IP
ranges to not require SSL connections for passphrases. Can't you use
that one?
I have seen it, but unfortunately it is not usable for me
Or isn't the hardware accelerator the IP client address
that's visible to Horde?
this is exactly the reason why, I can't use your configuration. The 
termination of the ssl connection is donw transparently by the 
loadbalancers crypto card, so the webservers see the real client IPs.
1610 Jan Schneider Comment #3
State ⇒ Feedback
Reply to this comment
I added a similar configuration a few days ago that allows certain IP 
ranges to not require SSL connections for passphrases. Can't you use 
that one? Or isn't the hardware accelerator the IP client address 
that's visible to Horde?
358 adrieder (at) sbox (dot) tugraz (dot) at Comment #2
New Attachment: Crypt-php.patch
Reply to this comment
second patch
528 adrieder (at) sbox (dot) tugraz (dot) at Comment #1
Priority ⇒ 1. Low
State ⇒ New
New Attachment: conf.php.patch
Queue ⇒ Horde Framework Packages
Due ⇒ 7/19/07
Summary ⇒ allow for hardware ssl termination
Type ⇒ Enhancement
Reply to this comment
In our setup we use a hardware crypto card on our load balancer to 
terminate the ssl connections in front of the webservers, so that the 
webserver do not have to care about ssl en/decryption. This means, 
that they just get to deal with plain HTTP and the Horde framework 
won't let a client to submit gpg-passphrases because it see only the 
plain connection.



The following patches allow a config setting for hardware ssl termination.

Note people should set $conf['use_ssl'] = 1 in their config, to make 
sure that all urls are generated as https://...

Saved Queries