简体   繁体   中英

How to enable SSL connection for a GCP VM instance (Mautic)

I have a Mautic deployment on GCP. I used Bitnami installation for the deployment. I'm having issues with integrating apps / receiving tag messages because the default Bitnami installation only supports http and other apps only work with https.

I am aware ssl is supported for App Engine - however, my deployment is of course on Computer Engine.

What is the best way to go with this?

Thank you in advance.

Have you fiddled with the VM firewall settings? You should just need to unblock inbound traffic to the VM on port 443 to receive HTTPS traffic. This is possible on multiple screens:

  1. On the "Create Instance" screen (as you're creating the VM):

在此处输入图片说明

  1. On the instance details view after you create it:

在此处输入图片说明

  1. On the instance's networking details view if you click through the nic0 details on the previous screen:

在此处输入图片说明

If you've already enabled the firewall settings, you probably need to configure Bitnami / Mautic to use HTTPS instead of anything specific to GCE.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM