...
The Linux-native code for radsecproxy currently includes some functionality that is used by more advanced operators (notably eduroam national operators) who want to use DNS-based dynamic peer discovery. That part of the code is currently not Windows compatible and won't build on Cygwin either. Additional work to add alternative code for Windows is in progress. A A pull request to exclude the Linux-native dynamic peer discovery code on Windows is here: https://github.com/radsecproxy/radsecproxy/pull/161
...
Most functionality in radsecproxy remains unchanged. If you are familiar with radsecproxy configuration files, then this should be easy to deploy. On Windows, as documented in existing code, the CACertificatePath
option is unavailable. Use a certificate bundle with the CACertificateFile
option instead.
To point to paths, use the file:///C:/This/Windows/Path/To/File.ext
format instead (for a drive-less path, you will end up with file:////
instead). This is particularly important for the radsecproxy log file and any certificates that you may have.
...