ExpressionEngine-User-Guide icon indicating copy to clipboard operation
ExpressionEngine-User-Guide copied to clipboard

Server Wizard issue on Azure

Open robinsowell opened this issue 10 months ago • 0 comments

Bit of a weird one. User tried the wizard on Azure and got:

Fatal error: Uncaught PDOException: SQLSTATE[HY000] [3159] Connections using insecure transport are prohibited while –require_secure_transport=ON.

Looks like it objects to

PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false,

Note- that is not set, but it is configurable, in EE proper. I THINK the way to go here might be a mention in the docs of special considerations for Azure- especially with regard to the wizard.

robinsowell avatar Apr 24 '25 18:04 robinsowell