GitHub user ingox added a comment to the discussion: Cloudstack behind a web 
proxy

@fmillah you might can use cloudmonkey to fix it in case that is still working.
cmk listConfigurations name=secstorage.proxy
cmk updateConfiguration name=secstorage.proxy value=<NEW_VALUE>
or 
cmk updateConfiguration name=secstorage.proxy value=""

In case cmk does not work it is in the database.
SELECT * FROM configuration WHERE name = 'secstorage.proxy';
UPDATE configuration SET value = '' WHERE name = 'secstorage.proxy';




GitHub link: 
https://github.com/apache/cloudstack/discussions/12279#discussioncomment-15287504

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to