I'd like to map my_domain_name [URL=https://www.sipotek.net]SIPOTEK[/URL] and any subdomain of my_domain_name name to the same App Engine ("backend") in Google Cloud platform.
I follow the step of this documentation. https://cloud.google.com/appengine/docs/standard/python3/mapping-custom-domains
I deployed this dispatch.yaml
> - url: "my_domain_name.com/*"
> service: backend
> - url: "*.my_domain_name.com/*"
> service: backend
Settings/Custom domains looks like this : Custom domain name
.my_domain_name.com/* (SSL Security : Google-managed, auto-renewing) *.my_domain_name.com/* (SSL Security : None)
And I've filled appropriate CNAME, A, and AAAA records on my registrar (OVH).
It works on my_domain_name.com, but on xxxxxx.my_domain_name.com, I got a security "Failure in secure connexion error". Is it related to SSL security ? How can I fix that ?
Public Cloud OVHcloud - Mapping subdomain to GCP app engine with wildcard
Related questions
- Dimensionnement serveur MySQL
41378
07.11.2018 12:32
- [RESOLU] Connexion impossible en SSH
34723
05.06.2019 20:05
- Bonjour, Je n'est reçus aucun mot de passe root lors de mon achat!
30217
05.02.2018 20:47
- Gitlab private docker registry
29916
16.03.2018 13:05
- Configuration IP failover avec netplan (Ubuntu 17.10)
28711
12.01.2018 23:23
- Ssh connection timed out port 22
27684
11.12.2019 08:21
- IP Failover sur Debian 9
27489
18.11.2016 20:40
- Problème connexion ssh
26764
04.02.2018 09:46
- Instance Public Cloud en "error"
24939
15.12.2025 10:04
- Connexion OpenStack Swift Object Storage
21808
11.04.2019 10:09