Hi
So i've check a lot for the autossl and i still can't instal properly for 2 domain.
I have my domain.com reg with my registrar with the proper dns and a A record pointing to cwp ip.
And the second nameserver is set to ns2.centosweb... and the ip being 127.0.0.0
both ns resolve to the correct ip of their own.
in the centos free dns, i put mydomain.com and the ip of the cwp server. Is set at active.
2 user created, i can log in http directly to the sample centos webpage.
When i check the domain1.com , over the centos ns, it give me :
resolves to ( cwp ip.)
Server Type: nginx/1.14.2
No SSL certificates were found on domain1.com. Make sure that the name resolves to the correct server and that the SSL port (default is 443) is open on your server's firewall.
and in leafdns, it give : parent nameservers do not have your nameservers listed
Port 443 is open in-out.
For domain1.com i did install autossl: Webserver / ssl certificates, Autossl.
webserver / webserver Domain Conf:
config: nginx-) php-fpm , nginx default=php-fpm , nginx def vhost: force-https
. All said ok. But i cannot reach the https page.
///
And on the main domain2, with proper result with proper dns into leafdns.com result.
I can go on the centos test page html.
i did also install fine autossl, and in
webserver / webserver Domain Conf:
config: nginx-php-fpm , nginx default=php-fpm , nginx def vhost: force-https
or put a default, or put force-http2. And click the rebuilt page at the bottom.
. All said ok. But i cannot reach the https page. going to domain.com stay only in http.
and
https://domain.com , give cannot reach.
Do i have to put ngins -) apache -) php-fpm.. or only nginc-php-fpm... ?
I just want to point all web directly to https. I should have at least 1 working in ssl..
Thanks for tips.