GitHub user prashanthr2 added a comment to the discussion: secstorage.proxy AFTER PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException
@Ecsi1337 based on the error you shared, it appears that the proxy is performing SSL termination. The certificate presented by the proxy to the SSVM is not trusted, which is causing the error. To resolve this, ensure that the proxy presents a valid/trusted public certificate or disable SSL termination on your proxy or configure the web server behind the proxy to use HTTP instead of HTTPS. **ISCSI query:** For KVM, iSCSI isn’t directly supported as a primary storage type, it can only be used through the SharedMountPoint option see https://docs.cloudstack.apache.org/en/latest/adminguide/storage.html#hypervisor-support-for-primary-storage So, you’ll need to set up and mount the iSCSI block device manually on each KVM host (outside of CloudStack), making sure the mount path is the same across all hosts. Once that’s done, you can add it as Primary Storage in CloudStack using the SharedMountPoint path. The steps to configure iSCSI itself are specific to your KVM host OS, so I’d recommend checking your distribution’s documentation for the correct setup procedure. **2nd Network query**: The steps to add additional networks to the VM are detailed here in the docs https://docs.cloudstack.apache.org/en/latest/adminguide/networking/multiple_guest_networks.html GitHub link: https://github.com/apache/cloudstack/discussions/11838#discussioncomment-14677580 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
