Hi, We¹re running FreeRADIUS 2.1.10 on Ubuntu. We¹d like to have the mySQL connections running over SSL. I can¹t find anything in the documentation about it but I found this patch from a long time ago http://dev.gentoo.org/~wschlich/src/freeradius-1.0.2-mysql-ssl.patch Is SSL supported on the mySQL driver and if so how do I specify the location of my SSL CA Cert and enable SSL? -Scott ________________________________ The content of this message and any attachments may be privileged, confidential or sensitive. Any unauthorised used is prohibited. Views expressed in this message are those of the individual sender, except where stated otherwise with appropriate authority. All pricing provided is valid at the time of writing only and due to factors such as the exchange rate, may change without notice. Sales are made subject to our Terms & Conditions, available on our website or on request. ________________________________
On 26 Nov 2013, at 05:53, Scott Pettit - Vorco <SPettit@vorco.net> wrote:
Hi,
We¹re running FreeRADIUS 2.1.10 on Ubuntu. We¹d like to have the mySQL connections running over SSL.
I can¹t find anything in the documentation about it but I found this patch from a long time ago http://dev.gentoo.org/~wschlich/src/freeradius-1.0.2-mysql-ssl.patch
Is SSL supported on the mySQL driver and if so how do I specify the location of my SSL CA Cert and enable SSL?
No. Driver specific config items weren't even supported before 3.x.x. It should be fairly trivial to come up with a patch, and you can use the sqlite driver as an example of reading driver config items. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
On 26 Nov 2013, at 07:31, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On 26 Nov 2013, at 05:53, Scott Pettit - Vorco <SPettit@vorco.net> wrote:
Hi,
We¹re running FreeRADIUS 2.1.10 on Ubuntu. We¹d like to have the mySQL connections running over SSL.
I can¹t find anything in the documentation about it but I found this patch from a long time ago http://dev.gentoo.org/~wschlich/src/freeradius-1.0.2-mysql-ssl.patch
Is SSL supported on the mySQL driver and if so how do I specify the location of my SSL CA Cert and enable SSL?
No. Driver specific config items weren't even supported before 3.x.x. It should be fairly trivial to come up with a patch, and you can use the sqlite driver as an example of reading driver config items.
Added to 3.0.x and master. See mods-available/sql for documentation. -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
participants (2)
-
Arran Cudbard-Bell -
Scott Pettit - Vorco