On Aug 6, 2017, at 2:07 PM, Selahattin Cilek <selahattin_cilek@hotmail.com> wrote:
I have been experimenting with with FreeRADIUS v3.0.5 for a while. My server reads all its data from a MySQL database using customs stored procedures that actually do the same work as default queries that come with FreeRADIUS. I can successfully connect to my experimental network using my iPhone 5SE but a Windows 10 Pro machine does not. Could you please help me? ... (4) Sent Access-Challenge Id 172 from 192.168.0.1:1812 to 192.168.0.4:57972 length 0 (4) Class = 0x7363696c656b (4) Idle-Timeout = 120 (4) Acct-Interim-Interval = 600 (4) EAP-Message = 0x01a7003d158000000033140303000101160303002823a6cf28000913c96fb02ffa44ae6a23eef6b6fb2beb0290d27d34b79a51fca2759dae2369b8660e (4) Message-Authenticator = 0x00000000000000000000000000000000 (4) State = 0xe897771cec30627007ac46db739f8c5a (4) Finished request Waking up in 4.9 seconds. (0) Cleaning up request packet ID 168 with timestamp +13 (1) Cleaning up request packet ID 169 with timestamp +13 (2) Cleaning up request packet ID 170 with timestamp +14 (3) Cleaning up request packet ID 171 with timestamp +14 (4) Cleaning up request packet ID 172 with timestamp +14 Ready to process requests
Fix the configuration on the Windows phone so that it likes the server certificate. i.e. follow the guide on http://deployingradius.com/ This isn't an issue with SQL stored procedures. It's a certificate / TLS issue between FreeRADIUS and the Windows machine. Alan DeKok.