Good morning
I want to map cmapassion.com with test.cmesidees.com and got a google red note : domain insecure
Question with real infos to be clear :
cmesidees.com and cmapassion.com are letencrypt SSL secure
test.cmesidees.com is ssl wildcard secure with letencrypt configuration
I change :
QUESTION : how can I SSL Secure cmapassion.com correctly to avoid Google red note ?
Thank you
My domain is: cmapassion.com
It produced this output: GOOGLE RED INSECURE NOTE
My web server is (include version): linux - apache - nginx - plesk last version - always up to date
1 Like
rg305
December 29, 2021, 11:20am
#2
Hi @Laurent_C and welcome to the LE community forum
You need separate vhost configs for each cert.
The server answers with a wildcard cert for cmesidees.com
[which can't match cmapassion.com
].
Please show the output of:
nginx -T
1 Like
If cant secure, how to make domain-mapping ?
Its not my level ...
The output give, do you see what to do ?
Thanks
server {
listen 164.132.123.18:443 default_server ssl http2;
server_name cmapassion.com;
server_name www.cmapassion.com;
server_name ipv4.cmapassion.com;
ssl_certificate /usr/local/psa/var/certificates/scfd1keUO;
ssl_certificate_key /usr/local/psa/var/certificates/scfd1keUO;
client_max_body_size 128m;
# mailconfig
location ~* ^/autodiscover/autodiscover\.xml$ {
try_files $uri @mad;
}
location ~* ^(/\.well-known/autoconfig)?/mail/config\-v1\.1\.xml$ {
try_files $uri @mad;
}
location ~* ^/email\.mobileconfig$ {
try_files $uri @mad;
}
location @mad {
rewrite ^(.*)$ /mailconfig/ break;
proxy_pass http://127.0.0.1:8880;
proxy_set_header X-Host $host;
proxy_set_header X-Request-URI $request_uri;
}
rg305
December 29, 2021, 3:20pm
#5
Why is the key and the cert pointing to the same file?
2 Likes
its a domain mapping for cmapassion.com ip end 18 pointing to test.cmesidees ip end 166
its a wordpress subsites where domain pointing to.
Is there a way to secure all or not ?
Thank you
1 Like
rg305
December 29, 2021, 5:37pm
#7
Sorry, I don't understand you
2 Likes
system
Closed
January 28, 2022, 5:37pm
#8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.