weizhouapache commented on issue #10827: URL: https://github.com/apache/cloudstack/issues/10827#issuecomment-2865366830
> Solved. The problem was not directly related to updating certificates. It 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. thanks for sharing @0sorkon -- 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