<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic aaa problem with http and https in Wireless</title>
    <link>https://community.cisco.com/t5/wireless/aaa-problem-with-http-and-https/m-p/315551#M23006</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have install the last version of IOS (12.3(2)JA2)on one of my AP 1231G and I have a problem to access to the AP via http and https.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my aaa configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;aaa group server radius rad_adm&lt;/P&gt;&lt;P&gt; server xxx.xxx.xxx.xxx auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius line&lt;/P&gt;&lt;P&gt;aaa authentication login console line&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius if-authenticated &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group rad_adm&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http authentication aaa&lt;/P&gt;&lt;P&gt;radius-server attribute 32 include-in-access-req format %h&lt;/P&gt;&lt;P&gt;radius-server host xxx.xxx.xxx.xxx auth-port 1645 acct-port 1646 key 7 yyyyyyyyyyyyyy&lt;/P&gt;&lt;P&gt;radius-server vsa send accounting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I want to access to my AP via http, the login is refused and the AP logs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb 15 08:14:19.612: AAA/AUTHEN/LOGIN (00000000): Pick method list 'console' &lt;/P&gt;&lt;P&gt;Feb 15 08:14:19.613: AAA/AUTHEN/LINE(00000000): FAIL Line password not found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the http authentication must use the aaa "default method"(via radius), but it uses the "console method". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the AP with the IOS 12.2(8)JA and the same configuration, the http(s) authentication works correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's a bug on 12.3(2)JA2 version or I must change my configuration? the "aaa system" has changed on this IOS version ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your information, I have the same problem with the version 12.3(2)JA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jul 2021 17:27:33 GMT</pubDate>
    <dc:creator>s.fasel</dc:creator>
    <dc:date>2021-07-04T17:27:33Z</dc:date>
    <item>
      <title>aaa problem with http and https</title>
      <link>https://community.cisco.com/t5/wireless/aaa-problem-with-http-and-https/m-p/315551#M23006</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have install the last version of IOS (12.3(2)JA2)on one of my AP 1231G and I have a problem to access to the AP via http and https.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my aaa configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa new-model&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;aaa group server radius rad_adm&lt;/P&gt;&lt;P&gt; server xxx.xxx.xxx.xxx auth-port 1645 acct-port 1646&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;aaa authentication login default group radius line&lt;/P&gt;&lt;P&gt;aaa authentication login console line&lt;/P&gt;&lt;P&gt;aaa authorization exec default group radius if-authenticated &lt;/P&gt;&lt;P&gt;aaa accounting exec default start-stop group rad_adm&lt;/P&gt;&lt;P&gt;aaa session-id common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip http server&lt;/P&gt;&lt;P&gt;ip http authentication aaa&lt;/P&gt;&lt;P&gt;radius-server attribute 32 include-in-access-req format %h&lt;/P&gt;&lt;P&gt;radius-server host xxx.xxx.xxx.xxx auth-port 1645 acct-port 1646 key 7 yyyyyyyyyyyyyy&lt;/P&gt;&lt;P&gt;radius-server vsa send accounting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I want to access to my AP via http, the login is refused and the AP logs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feb 15 08:14:19.612: AAA/AUTHEN/LOGIN (00000000): Pick method list 'console' &lt;/P&gt;&lt;P&gt;Feb 15 08:14:19.613: AAA/AUTHEN/LINE(00000000): FAIL Line password not found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the http authentication must use the aaa "default method"(via radius), but it uses the "console method". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the AP with the IOS 12.2(8)JA and the same configuration, the http(s) authentication works correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's a bug on 12.3(2)JA2 version or I must change my configuration? the "aaa system" has changed on this IOS version ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your information, I have the same problem with the version 12.3(2)JA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 17:27:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/aaa-problem-with-http-and-https/m-p/315551#M23006</guid>
      <dc:creator>s.fasel</dc:creator>
      <dc:date>2021-07-04T17:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: aaa problem with http and https</title>
      <link>https://community.cisco.com/t5/wireless/aaa-problem-with-http-and-https/m-p/315552#M23007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aaa authentication login default group rad_adm console&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login console line &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2005 08:55:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/aaa-problem-with-http-and-https/m-p/315552#M23007</guid>
      <dc:creator>will.shaw</dc:creator>
      <dc:date>2005-02-15T08:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: aaa problem with http and https</title>
      <link>https://community.cisco.com/t5/wireless/aaa-problem-with-http-and-https/m-p/315553#M23008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried the command line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aaa authentication login default group rad_adm console&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it's not possible, because after the group rad_adm we can only use: enable, group, line, local, local-case or none&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2005 10:51:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/wireless/aaa-problem-with-http-and-https/m-p/315553#M23008</guid>
      <dc:creator>s.fasel</dc:creator>
      <dc:date>2005-02-16T10:51:49Z</dc:date>
    </item>
  </channel>
</rss>

