<?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 Re: FMC does not login in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fmc-does-not-login/m-p/4462059#M1083464</link>
    <description>&lt;P&gt;Hello, you didn't state it but would you happen to have configured your FMC for Common Access Card (CAC) login?&lt;/P&gt;&lt;P&gt;This should help if you did.&lt;/P&gt;&lt;P&gt;When working with the FMC you can set it up for CAC login.&lt;BR /&gt;There is a check box required to enable it.&lt;BR /&gt;If it's enabled you will be locked out of the GUI console.&lt;BR /&gt;To fix this you should be familiar with unix/linx VI commands.&lt;BR /&gt;Login to FMC CLI through securecrt.&lt;BR /&gt;&amp;gt; expert&lt;BR /&gt;admin@yvafmc1:~$ sudo su&lt;BR /&gt;Password: &amp;lt;enter fmc admin pwd&amp;gt;&lt;BR /&gt;cd /etc/httpd&lt;BR /&gt;vi ssl_certificates.conf&lt;BR /&gt;############################################################&lt;BR /&gt;#use the arrow keys to move down to the line "SSL_VerifyClient"&lt;BR /&gt;#Type "shift a"&lt;BR /&gt;#From the end of the line delete the value there "require" using the "backspace" key.&lt;BR /&gt;#Once done enter "optional"&lt;BR /&gt;#Now press "ESC" then "shift :" and type "wq!" to save the file&lt;BR /&gt;#type "more ssl_certificates.conf" to make sure the change you made is the one you want.&lt;BR /&gt;#############################################################&lt;/P&gt;&lt;P&gt;# This is what the file looks like when not working&lt;BR /&gt;SSLCertificateFile /etc/ssl/server.crt&lt;BR /&gt;SSLCertificateKeyFile /etc/ssl/server.key&lt;BR /&gt;SSLCACertificateFile /etc/ssl/ca-cert.pem&lt;BR /&gt;SSLCACertificatePath /etc/ssl&lt;BR /&gt;&amp;lt;Location /&amp;gt;&lt;BR /&gt;SSLVerifyClient require (change require to optinonal)&lt;BR /&gt;&amp;lt;/Location&amp;gt;&lt;BR /&gt;SSLOCSPEnable on (delete this line)&lt;/P&gt;&lt;P&gt;# After the change you should see.&lt;BR /&gt;SSLCertificateFile /etc/ssl/server.crt&lt;BR /&gt;SSLCertificateKeyFile /etc/ssl/server.key&lt;BR /&gt;SSLCACertificateFile /etc/ssl/ca-cert.pem&lt;BR /&gt;SSLCACertificatePath /etc/ssl&lt;BR /&gt;&amp;lt;Location /&amp;gt;&lt;BR /&gt;SSLVerifyClient optional&lt;BR /&gt;&amp;lt;/Location&amp;gt;&lt;/P&gt;&lt;P&gt;# Save this based on the directions above&lt;/P&gt;&lt;P&gt;#After saving this change restart the http daemon.&lt;BR /&gt;#This should take about 3 minutes&lt;BR /&gt;root@yvafmc1:/etc/httpd# pmtool RestartByID httpd&lt;BR /&gt;root@yvafmc1:/etc/httpd# /etc/rc.d/init.d/console restart&lt;BR /&gt;Stopping Cisco Firepower Management Center for VMWare......ok&lt;BR /&gt;Starting Cisco Firepower Management Center for VMWare, please wait......started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2021 21:42:09 GMT</pubDate>
    <dc:creator>Eric R. Jones</dc:creator>
    <dc:date>2021-09-08T21:42:09Z</dc:date>
    <item>
      <title>FMC does not login</title>
      <link>https://community.cisco.com/t5/network-security/fmc-does-not-login/m-p/4461710#M1083436</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue with a new FMC&lt;/P&gt;&lt;P&gt;I installed 6.4 in VMware&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the console I input the mgmt IP&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to access the page and enter the credentials&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this is the furthest I can get it hangs there&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Konstantinos&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 13:24:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-does-not-login/m-p/4461710#M1083436</guid>
      <dc:creator>kostasthedelegate</dc:creator>
      <dc:date>2021-09-08T13:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: FMC does not login</title>
      <link>https://community.cisco.com/t5/network-security/fmc-does-not-login/m-p/4462059#M1083464</link>
      <description>&lt;P&gt;Hello, you didn't state it but would you happen to have configured your FMC for Common Access Card (CAC) login?&lt;/P&gt;&lt;P&gt;This should help if you did.&lt;/P&gt;&lt;P&gt;When working with the FMC you can set it up for CAC login.&lt;BR /&gt;There is a check box required to enable it.&lt;BR /&gt;If it's enabled you will be locked out of the GUI console.&lt;BR /&gt;To fix this you should be familiar with unix/linx VI commands.&lt;BR /&gt;Login to FMC CLI through securecrt.&lt;BR /&gt;&amp;gt; expert&lt;BR /&gt;admin@yvafmc1:~$ sudo su&lt;BR /&gt;Password: &amp;lt;enter fmc admin pwd&amp;gt;&lt;BR /&gt;cd /etc/httpd&lt;BR /&gt;vi ssl_certificates.conf&lt;BR /&gt;############################################################&lt;BR /&gt;#use the arrow keys to move down to the line "SSL_VerifyClient"&lt;BR /&gt;#Type "shift a"&lt;BR /&gt;#From the end of the line delete the value there "require" using the "backspace" key.&lt;BR /&gt;#Once done enter "optional"&lt;BR /&gt;#Now press "ESC" then "shift :" and type "wq!" to save the file&lt;BR /&gt;#type "more ssl_certificates.conf" to make sure the change you made is the one you want.&lt;BR /&gt;#############################################################&lt;/P&gt;&lt;P&gt;# This is what the file looks like when not working&lt;BR /&gt;SSLCertificateFile /etc/ssl/server.crt&lt;BR /&gt;SSLCertificateKeyFile /etc/ssl/server.key&lt;BR /&gt;SSLCACertificateFile /etc/ssl/ca-cert.pem&lt;BR /&gt;SSLCACertificatePath /etc/ssl&lt;BR /&gt;&amp;lt;Location /&amp;gt;&lt;BR /&gt;SSLVerifyClient require (change require to optinonal)&lt;BR /&gt;&amp;lt;/Location&amp;gt;&lt;BR /&gt;SSLOCSPEnable on (delete this line)&lt;/P&gt;&lt;P&gt;# After the change you should see.&lt;BR /&gt;SSLCertificateFile /etc/ssl/server.crt&lt;BR /&gt;SSLCertificateKeyFile /etc/ssl/server.key&lt;BR /&gt;SSLCACertificateFile /etc/ssl/ca-cert.pem&lt;BR /&gt;SSLCACertificatePath /etc/ssl&lt;BR /&gt;&amp;lt;Location /&amp;gt;&lt;BR /&gt;SSLVerifyClient optional&lt;BR /&gt;&amp;lt;/Location&amp;gt;&lt;/P&gt;&lt;P&gt;# Save this based on the directions above&lt;/P&gt;&lt;P&gt;#After saving this change restart the http daemon.&lt;BR /&gt;#This should take about 3 minutes&lt;BR /&gt;root@yvafmc1:/etc/httpd# pmtool RestartByID httpd&lt;BR /&gt;root@yvafmc1:/etc/httpd# /etc/rc.d/init.d/console restart&lt;BR /&gt;Stopping Cisco Firepower Management Center for VMWare......ok&lt;BR /&gt;Starting Cisco Firepower Management Center for VMWare, please wait......started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 21:42:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-does-not-login/m-p/4462059#M1083464</guid>
      <dc:creator>Eric R. Jones</dc:creator>
      <dc:date>2021-09-08T21:42:09Z</dc:date>
    </item>
  </channel>
</rss>

