OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 17.1 Legacy Series »
  • [SOLVED] HAProxy front end SSL certificate limit?
« previous next »
  • Print
Pages: 1 [2]

Author Topic: [SOLVED] HAProxy front end SSL certificate limit?  (Read 10116 times)

akron

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 2
    • View Profile
Re: HAProxy front end SSL certificate limit?
« Reply #15 on: July 24, 2017, 10:32:15 pm »
Quote from: franco on July 24, 2017, 10:11:01 pm
# opnsense-patch -c plugins 00151b8

This is better...

Right, so it seems I'm getting the same error again..


Logged

fraenki

  • Full Member
  • ***
  • Posts: 171
  • Karma: 28
    • View Profile
    • GitHub
Re: HAProxy front end SSL certificate limit?
« Reply #16 on: July 25, 2017, 12:29:40 am »
I know I'm late to the party... I'll try to prepare a fix later today, requires a few code changes and tests. :)


Regards
- Frank
Logged

akron

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 2
    • View Profile
Re: HAProxy front end SSL certificate limit?
« Reply #17 on: July 25, 2017, 10:15:30 am »
Quote from: fraenki on July 25, 2017, 12:29:40 am
I know I'm late to the party... I'll try to prepare a fix later today, requires a few code changes and tests. :)


Regards
- Frank

Thanks no worries  ;D

Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13679
  • Karma: 1176
    • View Profile
Re: HAProxy front end SSL certificate limit?
« Reply #18 on: July 25, 2017, 02:45:51 pm »
According to the manual "crl" argument also takes directories, that seems to be the only solution of of this long line debacle. :D
Logged

fraenki

  • Full Member
  • ***
  • Posts: 171
  • Karma: 28
    • View Profile
    • GitHub
Re: HAProxy front end SSL certificate limit?
« Reply #19 on: July 25, 2017, 02:59:31 pm »
Quote from: franco on July 25, 2017, 02:45:51 pm
According to the manual "crl" argument also takes directories, that seems to be the only solution of of this long line debacle. :D

No, actually crt-list makes more sense in this case, IMHO.
http://cbonte.github.io/haproxy-dconv/1.7/configuration.html#crt-list

I'm working on this right now.


Regards
- Frank
Logged

akron

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 2
    • View Profile
Re: HAProxy front end SSL certificate limit?
« Reply #20 on: July 25, 2017, 03:05:38 pm »
Quote from: franco on July 25, 2017, 02:45:51 pm
According to the manual "crl" argument also takes directories, that seems to be the only solution of of this long line debacle. :D

I have never used HAproxy before and I'm not trying to be greedy or anything or wanting infinite ssl certificates with one system. ;D

I am just short in public IPs, only one in fact and wanted to see if I could deploy further SSLs in one box.

OPNsense has been choice number one here after ditching UTM and pfsense and so far is the best traffic eater Firewall appliance i ever seen   8)

Cheers
Logged

fraenki

  • Full Member
  • ***
  • Posts: 171
  • Karma: 28
    • View Profile
    • GitHub
Re: HAProxy front end SSL certificate limit?
« Reply #21 on: July 25, 2017, 04:16:16 pm »
The fix is ready for testing:

Code: [Select]
opnsense-patch -c plugins 6a82b37
For reference: https://github.com/opnsense/plugins/pull/209


Regards
- Frank
Logged

akron

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 2
    • View Profile
Re: HAProxy front end SSL certificate limit?
« Reply #22 on: July 25, 2017, 04:33:27 pm »
Quote from: fraenki on July 25, 2017, 04:16:16 pm
The fix is ready for testing:

Code: [Select]
opnsense-patch -c plugins 6a82b37
For reference: https://github.com/opnsense/plugins/pull/209


Regards
- Frank

Nice one fraenki is working now  ;D Thanks for this

will this be shipped in future releases or we need to always patch  ?

Thanks both for the help

Cheers
Logged

akron

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 2
    • View Profile
Re: HAProxy front end SSL certificate limit?
« Reply #23 on: July 25, 2017, 04:40:23 pm »
Quote from: fraenki on July 25, 2017, 04:16:16 pm
The fix is ready for testing:

Code: [Select]
opnsense-patch -c plugins 6a82b37
For reference: https://github.com/opnsense/plugins/pull/209


Regards
- Frank

Also where can I contribute or buy you guys a beer..?
Logged

fraenki

  • Full Member
  • ***
  • Posts: 171
  • Karma: 28
    • View Profile
    • GitHub
Re: HAProxy front end SSL certificate limit?
« Reply #24 on: July 25, 2017, 05:00:27 pm »
Quote from: akron on July 25, 2017, 04:33:27 pm
will this be shipped in future releases or we need to always patch  ?

It will be available in 17.7.1 (at the latest). :)

Quote from: akron on July 25, 2017, 04:40:23 pm
Also where can I contribute or buy you guys a beer..?

You're always welcome to report issues, suggest enhancements or even provide some fixes:
https://github.com/opnsense/core/issues
https://github.com/opnsense/plugins/issues

On the other hand, the OPNsense projects welcomes donations too:
https://opnsense.org/donate/

Thanks for reporting this issue!


Regards
- Frank
« Last Edit: July 25, 2017, 05:02:28 pm by fraenki »
Logged

akron

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 2
    • View Profile
Re: HAProxy front end SSL certificate limit?
« Reply #25 on: July 25, 2017, 05:15:44 pm »
Quote from: fraenki on July 25, 2017, 05:00:27 pm
Quote from: akron on July 25, 2017, 04:33:27 pm
will this be shipped in future releases or we need to always patch  ?

It will be available in 17.7.1 (at the latest). :)

Quote from: akron on July 25, 2017, 04:40:23 pm
Also where can I contribute or buy you guys a beer..?

You're always welcome to report issues, suggest enhancements or even provide some fixes:
https://github.com/opnsense/core/issues
https://github.com/opnsense/plugins/issues

On the other hand, the OPNsense projects welcomes donations too:
https://opnsense.org/donate/

Thanks for reporting this issue!


Regards
- Frank

Donated

Thank you
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13679
  • Karma: 1176
    • View Profile
Re: HAProxy front end SSL certificate limit?
« Reply #26 on: July 25, 2017, 05:58:09 pm »
Yay, thanks to both of you! :)

We'll add this for 17.7.1, we want to play it safe for 17.7.


Cheers,
Franco
Logged

  • Print
Pages: 1 [2]
« previous next »
  • OPNsense Forum »
  • Archive »
  • 17.1 Legacy Series »
  • [SOLVED] HAProxy front end SSL certificate limit?
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2023 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2