Search results

  1. M

    error ordering SSL

    I figured it out. For the subdomain use the ip of the main router. Port forward 80 and 443 from router 1 to router 2. Port forward 80 and 443 from router 2 to nginx proxy manager. And from there nginx or proxmox can get the SSL.
  2. M

    error ordering SSL

    Just did a reinstall and nothing is listening on port 80 now. Is there a suggestion on what to put in for the subdomain's A record? I tried a few options, the local gateway at 192.168.x.x, and the ipv4 of the router I found in my wifi settings but they don't work. If I turn on Zerotier, it adds...
  3. M

    error ordering SSL

    I ran this command: netstat -tulpn | grep :80 and the output was: tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 23202/nginx: master tcp6 0 0 :::8006 :::* LISTEN 1614/pveproxy Is that normal?
  4. M

    error ordering SSL

    I managed to have some success with the Nginx proxy and was able to connect with the browser risk warning. I tried the acme client on proxmox again and it showed the below. Would it be the same to try certbot commands in the cli to add an SSL that way? I am also wondering if people are using a...
  5. M

    error ordering SSL

    Hello, I set up a subdomain and added the proxmox ip in the A record. I am trying to order an SSL certificate through proxmox and I get a TASK ERROR. The link sends me to a message about invalid dns, http-01, and no valid A records and AAAA records found. I double checked that the A record is...
  6. M

    Using NTFS hard drive from Windows Server

    Hi, I changed hypervisors from Windows Server DC to Proxmox and the previous hard drives were all backed up with the ntfs file system. I formatted the main drive to use proxmox, but I can't access the other hard drives. They show up in the storage, but I don't see where I can add it to a VM or...
  7. M

    Accessing ISOs from another hard drive

    Hi, I'm just getting started with this and and have a few ISOs on a secondary hard drive. I can't find a place in proxmox to browse a directory from another drive or where I can see those files. Is my only option now to find the ISOs and FTP them into the ISO folder on proxmox?