• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. fogman4
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 18
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by fogman4

    • fogman4F

      Unsolved https for preseed cannot verify ssl 'CN=FOG Server Ca'

      FOG Problems
      • • • fogman4
      4
      0
      Votes
      4
      Posts
      244
      Views

      fogman4F

      I tried to change my apache conf from :

      <VirtualHost *:80> <FilesMatch "\.php$"> SetHandler "proxy:fcgi://127.0.0.1:9000/" </FilesMatch> KeepAlive Off ServerName 192.168.1.200 ServerAlias fog-pi.ad.atdqm.tech DocumentRoot /var/www/ RewriteEngine On RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] RewriteRule /management/other/ca.cert.der$ - [L] RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}/$1 [R,L] </VirtualHost> <VirtualHost *:443> KeepAlive Off <FilesMatch "\.php$"> SetHandler "proxy:fcgi://127.0.0.1:9000/" </FilesMatch> ServerName 192.168.1.200 ServerAlias fog-pi.ad.atdqm.tech DocumentRoot /var/www/ SSLEngine On SSLProtocol all -SSLv3 -SSLv2 SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL # SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA SSLHonorCipherOrder On SSLCertificateFile /var/www/fog//management/other/ssl/srvpublic.crt SSLCertificateKeyFile /opt/fog/snapins/ssl//.srvprivate.key SSLCACertificateFile /var/www/fog//management/other/ca.cert.pem <Directory /var/www/fog/> DirectoryIndex index.php index.html index.htm </Directory> RewriteEngine On RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-d RewriteRule ^/fog/(.*)$ /fog/api/index.php [QSA,L] </VirtualHost>

      by allowing all cipher/algo with this

      SSLCipherSuite ALL:!aNULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP:+eNULL

      didn’t work.

    • fogman4F

      Solved Boot Ubuntu 20.04.3 UEFI + Preseed = Error cannot verify [...] certificate issued by CN=FOG Server CA

      FOG Problems
      • • • fogman4
      5
      0
      Votes
      5
      Posts
      2.0k
      Views

      fogman4F

      @george1421 : Thank you very much.

      In fact i’m used to regular pxe server and we use fog mostly for the cloning feature for windows Workstations.

      To deal with Ubuntu workstations i like to do iso booting + pxe , this way i can mix/test configurations (preseed.cfg) of installation process quickly/easily directly from our gitea.

      By the way i use fog as the main pxe server even for servers with debian based installations.

      After this part of deployment ansible is the king of the hill to do all basics/complex tasks.

      Can i modify the topic’s title with SOLVED ? Can i edit my posts to remove the domain’s informations ?

      Regards.

    • fogman4F

      UEFI boot pxe preseed Ubuntu20.04 via NFS with https preseed.

      FOG Problems
      • • • fogman4
      6
      0
      Votes
      6
      Posts
      1.4k
      Views

      fogman4F

      @george1421

      sorry for the years delay . i ended up by setting http:// instead of https:// and it worked.

    • fogman4F

      iPXE menu error

      FOG Problems
      • • • fogman4
      5
      0
      Votes
      5
      Posts
      645
      Views

      fogman4F

      @george1421 : Right !

      I removed all offending spaces and voilà !

      Thank you very much .

      PS : By the way i noticed the error also occurs when i select multiple entries as : default item.

    • 1 / 1