Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    freeradius / eap-tls / Android 13

    Scheduled Pinned Locked Moved pfSense Packages
    61 Posts 4 Posters 7.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      furom @furom
      last edited by

      @furom It looks like this should contain the interesting error

      (4)     ERROR: Failed retrieving values required to evaluate condition
      (4)     [expiration] = noop
      (4)     [logintime] = noop
      (4) pap: WARNING: Auth-Type already set.  Not setting to PAP
      (4)     [pap] = noop
      (4)   } # authorize = updated
      (4) Found Auth-Type = eap
      (4) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
      (4)   authenticate {
      (4) eap: Expiring EAP session with state 0x4c94f6214f91fbc3
      (4) eap: Finished EAP session with state 0x4c94f6214f91fbc3
      (4) eap: Previous EAP request found for state 0x4c94f6214f91fbc3, released from the list
      (4) eap: Peer sent packet with method EAP TLS (13)
      (4) eap: Calling submodule eap_tls to process data
      (4) eap_tls: (TLS) EAP Done initial handshake
      (4) eap_tls: (TLS) recv TLS 1.2 Alert, fatal internal_error
      (4) eap_tls: ERROR: (TLS) Alert read:fatal:internal error
      (4) eap_tls: (TLS) Server : Need to read more data: error
      (4) eap_tls: ERROR: (TLS) Failed reading from OpenSSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error
      (4) eap_tls: (TLS) In Handshake Phase
      (4) eap_tls: (TLS) Application data.
      (4) eap_tls: ERROR: (TLS) Cannot continue, as the peer is misbehaving.
      (4) eap_tls: ERROR: [eaptls process] = fail
      (4) eap: ERROR: Failed continuing EAP TLS (13) session.  EAP sub-module failed
      (4) eap: Sending EAP Failure (code 4) ID 5 length 4
      (4) eap: Failed in EAP select
      (4)     [eap] = invalid
      (4)   } # authenticate = invalid
      (4) Failed to authenticate the user
      (4) Using Post-Auth-Type Reject
      (4) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
      (4)   Post-Auth-Type REJECT {
      (4) attr_filter.access_reject: EXPAND %{User-Name}
      

      The top 4 rows repeat a few times without the other errors. Interestingly, it says that it needs to 'read more data', and the first error reads like this

      (1)     ERROR: Failed retrieving values required to evaluate condition
      (1)     [expiration] = noop
      (1)     [logintime] = noop
      (1) pap: WARNING: Auth-Type already set.  Not setting to PAP
      (1)     [pap] = noop
      (1)   } # authorize = updated
      (1) Found Auth-Type = eap
      (1) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
      (1)   authenticate {
      (1) eap: Expiring EAP session with state 0x4c94f6214c96fbc3
      (1) eap: Finished EAP session with state 0x4c94f6214c96fbc3
      (1) eap: Previous EAP request found for state 0x4c94f6214c96fbc3, released from the list
      (1) eap: Peer sent packet with method EAP TLS (13)
      (1) eap: Calling submodule eap_tls to process data
      (1) eap_tls: (TLS) EAP Got final fragment (131 bytes)
      (1) eap_tls: WARNING: (TLS) EAP Total received record fragments (131 bytes), does not equal expected expected data length (0 bytes)
      

      So something is going on here...

      johnpozJ 1 Reply Last reply Reply Quote 0
      • johnpozJ
        johnpoz LAYER 8 Global Moderator @furom
        last edited by johnpoz

        @furom said in freeradius / eap-tls / Android 13:

        (4) eap_tls: (TLS) EAP Done initial handshake
        (4) eap_tls: (TLS) recv TLS 1.2 Alert, fatal internal_error
        (4) eap_tls: ERROR: (TLS) Alert read:fatal:internal error
        (4) eap_tls: (TLS) Server : Need to read more data: error
        (4) eap_tls: ERROR: (TLS) Failed reading from OpenSSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error
        (4) eap_tls: (TLS) In Handshake Phase
        (4) eap_tls: (TLS) Application data.
        (4) eap_tls: ERROR: (TLS) Cannot continue, as the peer is misbehaving.

        Well that for sure would explain why your eap-tls is not working... But your saying you got your old tablet working.. Are you not using the same certs that you used for server and same CA?

        So something wrong with the client cert, or how the client is sending it? Or just how the client does the handshake?

        edit: My son has a android phone - not sure when he will be over next... We might be doing some sort of bbq on monday, so if so I will try to get his phone connected, not sure what its running.. But I do know it is an android device.

        An intelligent man is sometimes forced to be drunk to spend time with his fools
        If you get confused: Listen to the Music Play
        Please don't Chat/PM me for help, unless mod related
        SG-4860 24.11 | Lab VMs 2.7.2, 24.11

        F 1 Reply Last reply Reply Quote 1
        • F
          furom @johnpoz
          last edited by furom

          @johnpoz said in freeradius / eap-tls / Android 13:

          @furom said in freeradius / eap-tls / Android 13:

          (4) eap_tls: (TLS) EAP Done initial handshake
          (4) eap_tls: (TLS) recv TLS 1.2 Alert, fatal internal_error
          (4) eap_tls: ERROR: (TLS) Alert read:fatal:internal error
          (4) eap_tls: (TLS) Server : Need to read more data: error
          (4) eap_tls: ERROR: (TLS) Failed reading from OpenSSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error
          (4) eap_tls: (TLS) In Handshake Phase
          (4) eap_tls: (TLS) Application data.
          (4) eap_tls: ERROR: (TLS) Cannot continue, as the peer is misbehaving.

          Well that for sure would explain why your eap-tls is not working... But your saying you got your old tablet working.. Are you not using the same certs that you used for server and same CA?

          So something wrong with the client cert, or how the client is sending it?

          Glad to hear it makes some sense at least. Not looking great, so much I do understand... :)

          No, I created a second cert for the new tablet as I may want them both still...

          I now copied the cert I used on the old tablet (working with WPA2-Enterprise/eap-tls/Android 7) to the new one, and errors are identical

          M johnpozJ 2 Replies Last reply Reply Quote 0
          • M
            mcury @furom
            last edited by

            @furom Perhaps a fragmentation problem ?
            Try to edit eap.conf and set fragment_size = 1344

            A nanoHD and a unifi6-lite only worked with wpa2-enterprise after doing this change.

            dead on arrival, nowhere to be found.

            johnpozJ F 2 Replies Last reply Reply Quote 0
            • johnpozJ
              johnpoz LAYER 8 Global Moderator @furom
              last edited by

              @furom I looked up if they plan on updating my P11 plus to 13, and doesn't look like it - they list 12 as last, and actually eol security updates 11/23, so that not good.. But the little * says

              Lenovo tablets get updates for security issues documented in Android Security bulletin.

              Its only my train tablet so not too worried about it, but would be nice if could update to 13 and test..

              So this tablet doesn't even work with wpa2 enterprise? I would prob just go with wpa3 personal and call it a day then.. wpa3 personal brings "Simultaneous Authentication of Equals (SAE)." so that is good for any sort of offline attack on the password.

              An intelligent man is sometimes forced to be drunk to spend time with his fools
              If you get confused: Listen to the Music Play
              Please don't Chat/PM me for help, unless mod related
              SG-4860 24.11 | Lab VMs 2.7.2, 24.11

              1 Reply Last reply Reply Quote 0
              • johnpozJ
                johnpoz LAYER 8 Global Moderator @mcury
                last edited by

                @mcury said in freeradius / eap-tls / Android 13:

                eap.conf and set fragment_size = 1344

                Mine is set to

                fragment_size = 1024
                

                Not having any issues.. I do not have a U6-lite, and furom has a uap-ac-lite, which I also have.. I am not seeing any issues with connecting on any of my ap, the lite, the pro or the lr - all just uap-ac, no U6...

                I do have a flex HD I could test with, but its currently inactive..

                An intelligent man is sometimes forced to be drunk to spend time with his fools
                If you get confused: Listen to the Music Play
                Please don't Chat/PM me for help, unless mod related
                SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                M 1 Reply Last reply Reply Quote 0
                • M
                  mcury @johnpoz
                  last edited by

                  @johnpoz said in freeradius / eap-tls / Android 13:

                  Not having any issues.. I do not have a U6-lite, and furom has a uap-ac-lite, which I also have.. I am not seeing any issues with connecting on any of my ap, the lite, the pro or the lr - all just uap-ac, no U6...
                  I do have a flex HD I could test with, but its currently inactive..

                  I did have issues with the default values..

                  At that time, I decided to perform a packet capture and noticed a lot of EAP packets, when it shouldn't have that amount.

                  After some research, found that changing that value to 1344 fixed all the issues.

                  https://lists.freeradius.org/pipermail/freeradius-users/2012-January/058297.html

                  dead on arrival, nowhere to be found.

                  1 Reply Last reply Reply Quote 0
                  • F
                    furom @mcury
                    last edited by

                    @mcury said in freeradius / eap-tls / Android 13:

                    @furom Perhaps a fragmentation problem ?
                    Try to edit eap.conf and set fragment_size = 1344

                    A nanoHD and a unifi6-lite only worked with wpa2-enterprise after doing this change.

                    It would be interesting to test... Where do I find "eap" in freeRadius on pfSense?

                    johnpozJ 1 Reply Last reply Reply Quote 0
                    • johnpozJ
                      johnpoz LAYER 8 Global Moderator @furom
                      last edited by johnpoz

                      @furom the eap file would be here

                      /usr/local/etc/raddb/mods-enabled

                      @mcury the way I read what you linked seems too says to lower it ;) hehe

                      "The simplest thing to try is to see eap.conf, and change fragment_size
                      to something smaller."

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                      F M 2 Replies Last reply Reply Quote 1
                      • F
                        furom @johnpoz
                        last edited by

                        @johnpoz said in freeradius / eap-tls / Android 13:

                        @furom the eap file would be here

                        /usr/local/etc/raddb/mods-enabled

                        @mcury the way I read what you linked seems too says to lower it ;) hehe

                        "The simplest thing to try is to see eap.conf, and change fragment_size
                        to something smaller."

                        Well, I set it through the gui and restarted in debug mode. Now verified the value in the file file indeed reads "1344", but same error unfortunately.

                        It was a good try, thanks for that

                        1 Reply Last reply Reply Quote 0
                        • M
                          mcury @johnpoz
                          last edited by

                          @johnpoz said in freeradius / eap-tls / Android 13:

                          @mcury the way I read what you linked seems too says to lower it ;) hehe
                          "The simplest thing to try is to see eap.conf, and change fragment_size
                          to something smaller.

                          Indeed, but that pointed me to the right direction, from there I decided to perform a packet capture.
                          Once I set it to 1344, it worked, no more fragmentation.

                          I suppose it was here that I got the suggestion for this value from:
                          https://community.ui.com/questions/Issue-with-WPA2-Enterprise-Across-sites/7070e262-c2c6-403b-a61d-a98ad3b3db53

                          dead on arrival, nowhere to be found.

                          johnpozJ 1 Reply Last reply Reply Quote 0
                          • johnpozJ
                            johnpoz LAYER 8 Global Moderator @mcury
                            last edited by

                            @mcury that seems to be talking about

                            "Framed-MTU and set it to 1344 and issue was resolved."

                            That is different than the fragment size.. Pretty sure that framed -mtu is calculated, I see different values when in debug mode

                            (3) Framed-MTU = 1400

                            Different one

                            (5) User-Name = "tablet.home.arpa"
                            (5) Framed-MTU += 994

                            Could you post your full output when you run in debug mode @furom attach as a .txt file.

                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                            If you get confused: Listen to the Music Play
                            Please don't Chat/PM me for help, unless mod related
                            SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                            M F 2 Replies Last reply Reply Quote 0
                            • F
                              furom
                              last edited by

                              Could this be of relevance?

                              No EAP Start, assuming it's an on-going EAP conversation
                              

                              Just prior to that it tries to match an email (containing a "@") and fails. So perhaps a username must be an email? Worth a try I suppose

                              johnpozJ 1 Reply Last reply Reply Quote 0
                              • johnpozJ
                                johnpoz LAYER 8 Global Moderator @furom
                                last edited by

                                @furom said in freeradius / eap-tls / Android 13:

                                So perhaps a username must be an email? Worth a try I suppose

                                I see the same notices.. And not having any issue..

                                (4) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
                                (4)   authorize {
                                (4)     [preprocess] = ok
                                (4)     [chap] = noop
                                (4)     [mschap] = noop
                                (4)     [digest] = noop
                                (4) suffix: Checking for suffix after "@"
                                (4) suffix: No '@' in User-Name = "tablet.home.arpa", skipping NULL due to config.
                                (4)     [suffix] = noop
                                (4) ntdomain: Checking for prefix before "\"
                                (4) ntdomain: No '\' in User-Name = "tablet.home.arpa", skipping NULL due to config.
                                (4)     [ntdomain] = noop
                                (4) eap: Peer sent EAP Response (code 2) ID 192 length 82
                                (4) eap: No EAP Start, assuming it's an on-going EAP conversation
                                (4)     [eap] = updated
                                (4) files: users: Matched entry tablet.home.arpa at line 17
                                (4)     [files] = ok
                                

                                An intelligent man is sometimes forced to be drunk to spend time with his fools
                                If you get confused: Listen to the Music Play
                                Please don't Chat/PM me for help, unless mod related
                                SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                                1 Reply Last reply Reply Quote 0
                                • M
                                  mcury @johnpoz
                                  last edited by

                                  @johnpoz said in freeradius / eap-tls / Android 13:

                                  (3) Framed-MTU = 1400

                                  This value is set in eap.conf, inside: tls-config tls-common {
                                  # fragment_size = 1024
                                  fragment_size = 1344

                                  dead on arrival, nowhere to be found.

                                  johnpozJ 1 Reply Last reply Reply Quote 0
                                  • johnpozJ
                                    johnpoz LAYER 8 Global Moderator @mcury
                                    last edited by

                                    @mcury Your 2nd link talked about editing the framed-mtu, not the fragment size.. But I believe the framed mtu is normally calculated I thought, I sure don't have a framed-mtu in my eap file, and its seems to be calculating the different framed mtu size based on what size its seeing.

                                    I don't really think its related to that - but something with his android version, seems their are a lot of discussion about android 11 or above and wpa enterprise.. What I have seen seems to be should have a problem in 12 as well. But I think some of these things are handled by the maker changes to their release for their devices.

                                    I am using a lenovo with 12, and @furom is using a samsung with 13.. etc..

                                    What versions of android are you using @mcury and your using eap-tls?

                                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                                    If you get confused: Listen to the Music Play
                                    Please don't Chat/PM me for help, unless mod related
                                    SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                                    M 1 Reply Last reply Reply Quote 0
                                    • F
                                      furom @johnpoz
                                      last edited by furom

                                      @johnpoz said in freeradius / eap-tls / Android 13:

                                      Could you post your full output when you run in debug mode @furom attach as a .txt file.

                                      Sure, just trying to figure what to mask...

                                      Edit:
                                      This is the output from the run; out.txt

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        mcury @johnpoz
                                        last edited by

                                        @johnpoz said in freeradius / eap-tls / Android 13:

                                        What versions of android are you using @mcury and your using eap-tls?

                                        Tested with Android 11, 12, Macbook air M1, Iphone 11 pro (I'm almost sure it is an iphone 11) and Windows 10 and 11 22H1.

                                        Yes, using EAP-TLS (lets encrypt certificate), I just renew it within a 90 day period and upload it to freeradius server.

                                        Let me enable the server here in my lab so I can post the debug for you.

                                        dead on arrival, nowhere to be found.

                                        johnpozJ 1 Reply Last reply Reply Quote 0
                                        • johnpozJ
                                          johnpoz LAYER 8 Global Moderator @mcury
                                          last edited by johnpoz

                                          @mcury Yeah not having any issues with iphone (13), ipad (air 5th gen) both running ios 16.5, windows 10 pro 22H2, acer chromebook running whatever latest os is as of day or two ago, and android lenovo p11+ tablet running 12.

                                          Not sure what the issue is with his.. He got his android 7 working with wpa2 enterprise..

                                          @furom did you get your windows test box working? Did you say you found an issue on your switch? So I assume you got your linux and windows and old tablet all working with wpa2-ent

                                          I don't use amce for my certs for eap-tls, all certs via cert manger in pfsense (23.01) using ECDSA with prime256v1 for both the CA and the server and client certs.

                                          Running unifi controller 7.4.156 and uap-ac-pro, lite and lr AP all on 6.5.54 firmware.

                                          edit: here is output of rad -X and my tablet connecting.

                                          debug.txt

                                          Looks like this time it authed connecting to my LR - so have seen valid connections on all 3 of my different APs.

                                          An intelligent man is sometimes forced to be drunk to spend time with his fools
                                          If you get confused: Listen to the Music Play
                                          Please don't Chat/PM me for help, unless mod related
                                          SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            furom @johnpoz
                                            last edited by furom

                                            @johnpoz said in freeradius / eap-tls / Android 13:

                                            @mcury Yeah not having any issues with iphone (13), ipad (air 5th gen) both running ios 16.5, windows 10 pro 22H2, acer chromebook running whatever latest os is, and android lenovo p11+ tablet running 12.

                                            Not sure what the issue is with his.. He got his android 7 working with wpa2 enterprise..

                                            @furom did you get your windows test box working? Did you say you found an issue on your switch? So I assume you got your linux and windows and old tablet all working with wpa2-ent

                                            I gave up on the windows client. Issue I had with the Netgate switch was not assigning the correct lan, so when corrected old tablet started working (issue then was it did not get an IP), which is the only client so far

                                            johnpozJ 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.