0sorkon commented on issue #10827:
URL: https://github.com/apache/cloudstack/issues/10827#issuecomment-2865330534

   The problem was with the enable.secure.session.cookie setting. With this 
option enabled and a self-signed certificate for ms (default setting), the 
ability to authorize in the web interface and cloudmonkey with a password is 
lost. However, authorization with apikey and secretkey is possible. Disabling 
the option by editing the database (UPDATE `configuration` SET `value` = 
'false' WHERE `configuration`.`name` = 'enable.secure.session.cookie'; ) solved 
the problem. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to