<?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 No ASDM access in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/no-asdm-access/m-p/1264959#M772347</link>
    <description>&lt;P&gt;I have an ASA5505 with 8.2.1 firmware version and 6.2.1 ASDM version. I cannot access the firewall using HTTPS (ASDM). When I try to access it from IE, the message "The page cannot be displayed" is returned. When I try to acccess it from Mozilla, the message "Fail on secure connection. Error code: ssl_error_no_cypher_overlap". I have already enabled the http server and created an access-list (http ip mask if). I believe that the issue is something about the certificate and already tried to generate some one, but the problem persists.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 16:28:10 GMT</pubDate>
    <dc:creator>marcus-barros</dc:creator>
    <dc:date>2019-03-11T16:28:10Z</dc:date>
    <item>
      <title>No ASDM access</title>
      <link>https://community.cisco.com/t5/network-security/no-asdm-access/m-p/1264959#M772347</link>
      <description>&lt;P&gt;I have an ASA5505 with 8.2.1 firmware version and 6.2.1 ASDM version. I cannot access the firewall using HTTPS (ASDM). When I try to access it from IE, the message "The page cannot be displayed" is returned. When I try to acccess it from Mozilla, the message "Fail on secure connection. Error code: ssl_error_no_cypher_overlap". I have already enabled the http server and created an access-list (http ip mask if). I believe that the issue is something about the certificate and already tried to generate some one, but the problem persists.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:28:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-asdm-access/m-p/1264959#M772347</guid>
      <dc:creator>marcus-barros</dc:creator>
      <dc:date>2019-03-11T16:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: No ASDM access</title>
      <link>https://community.cisco.com/t5/network-security/no-asdm-access/m-p/1264960#M772386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try removing the certificate, changing the hostname of the ASA to match the host name for the trustpoint/certificate, then re-creating the certificate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2009 12:41:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-asdm-access/m-p/1264960#M772386</guid>
      <dc:creator>francisco_1</dc:creator>
      <dc:date>2009-10-20T12:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: No ASDM access</title>
      <link>https://community.cisco.com/t5/network-security/no-asdm-access/m-p/1264961#M772406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did this process again and the problem persists. I did the following process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# crypto key zeroize rsa default&lt;/P&gt;&lt;P&gt;WARNING: The default key pair will be removed&lt;/P&gt;&lt;P&gt;WARNING: All device digital certificates issued using these keys will also be removed and&lt;/P&gt;&lt;P&gt;the associated trustpoints may not function correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you really want to remove these keys? [yes/no]: yes&lt;/P&gt;&lt;P&gt;hostname(config)# show crypto key mypubkey rsa&lt;/P&gt;&lt;P&gt;Key pair was generated at: 12:51:49 BRST Oct 21 2009&lt;/P&gt;&lt;P&gt;Key name: &lt;DEFAULT-RSA-KEY&gt;.server&lt;/DEFAULT-RSA-KEY&gt;&lt;/P&gt;&lt;P&gt; Usage: Encryption Key&lt;/P&gt;&lt;P&gt; Modulus Size (bits): 768&lt;/P&gt;&lt;P&gt; Key Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  hex-data certificate&lt;/P&gt;&lt;P&gt;hostname(config)# hostname test&lt;/P&gt;&lt;P&gt;test(config)# crypto key generate rsa label domain modulus 1024&lt;/P&gt;&lt;P&gt;INFO: The name for the keys will be: domain&lt;/P&gt;&lt;P&gt;Keypair generation process begin. Please wait...&lt;/P&gt;&lt;P&gt;test(config)# show crypto key mypubkey rsa&lt;/P&gt;&lt;P&gt;Key pair was generated at: 12:59:15 BRST Oct 21 2009&lt;/P&gt;&lt;P&gt;Key name: domain&lt;/P&gt;&lt;P&gt; Usage: General Purpose Key&lt;/P&gt;&lt;P&gt; Modulus Size (bits): 1024&lt;/P&gt;&lt;P&gt; Key Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  hex-data certificate&lt;/P&gt;&lt;P&gt;Key pair was generated at: 13:00:08 BRST Oct 21 2009&lt;/P&gt;&lt;P&gt;Key name: &lt;DEFAULT-RSA-KEY&gt;.server&lt;/DEFAULT-RSA-KEY&gt;&lt;/P&gt;&lt;P&gt; Usage: Encryption Key&lt;/P&gt;&lt;P&gt; Modulus Size (bits): 640&lt;/P&gt;&lt;P&gt; Key Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  hex-data certificate&lt;/P&gt;&lt;P&gt;test(config)# crypto ca trustpoint test&lt;/P&gt;&lt;P&gt;test(config-ca-trustpoint)# keypair domain&lt;/P&gt;&lt;P&gt;test(config-ca-trustpoint)# subject-name CN=test.domain&lt;/P&gt;&lt;P&gt;test(config-ca-trustpoint)# enrollment self&lt;/P&gt;&lt;P&gt;test(config)# crypto ca enroll test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% The fully-qualified domain name in the certificate will be: test.domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;% Include the device serial number in the subject name? [yes/no]: yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generate Self-Signed Certificate? [yes/no]: yes&lt;/P&gt;&lt;P&gt;test(config)# show crypto ca certificates&lt;/P&gt;&lt;P&gt;Certificate&lt;/P&gt;&lt;P&gt;  Status: Available&lt;/P&gt;&lt;P&gt;  Certificate Serial Number: hex-data certificate serial number&lt;/P&gt;&lt;P&gt;  Certificate Usage: General Purpose&lt;/P&gt;&lt;P&gt;  Public Key Type: RSA (1024 bits)&lt;/P&gt;&lt;P&gt;  Issuer Name:&lt;/P&gt;&lt;P&gt;    serialNumber=serial-number&lt;/P&gt;&lt;P&gt;    hostname=test.domain&lt;/P&gt;&lt;P&gt;    cn=test.domain&lt;/P&gt;&lt;P&gt;  Subject Name:&lt;/P&gt;&lt;P&gt;    serialNumber=serial-number&lt;/P&gt;&lt;P&gt;    hostname=test.domain&lt;/P&gt;&lt;P&gt;    cn=test.domain&lt;/P&gt;&lt;P&gt;  Validity Date:&lt;/P&gt;&lt;P&gt;    start date: 13:08:55 BRST Oct 21 2009&lt;/P&gt;&lt;P&gt;    end   date: 12:08:55 BRST Oct 19 2019&lt;/P&gt;&lt;P&gt;  Associated Trustpoints: test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message that I received in Firefox before happened when the firewall was without a certificate. Now, I received the message that wasn't possible open a secure connection because the security protocol is not activated, but the SSL and TLS are activated in IE and Firefox. IE presents the same message before. I have the same problem with another ASA 5505, but I have, too, two ASA 5510 and this problem doesn't happen with them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 14:33:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/no-asdm-access/m-p/1264961#M772406</guid>
      <dc:creator>marcus-barros</dc:creator>
      <dc:date>2009-10-21T14:33:08Z</dc:date>
    </item>
  </channel>
</rss>

