Hi guys,
web is http2://dev2.ekofy.sk/
I have Universal Cloudflare Certificate for *.ekofy.sk, ekofy.sk, but the subdomain seems to not be working - as it’s still displaying expired Let’s Encrypt certificate from my hosting servers.
I added dev2 to my DNS records on Cloudflare, but it did nothing. Even tho Diagnostics show The hostname has no DS records.
So now I’m lost at what to do next. Any help is appreciated. Thank you.
I don’t see option to edit the post anywhere, so I’m just gonna reply to correct the web address
It’s of course https://dev2.ekofy.sk/
cs-cf
July 16, 2021, 3:56pm
3
stanislav.kubernat:
dev2.ekofy.sk
Works for me.
curl -Iv https://dev2.ekofy.sk
* Trying 104.21.35.74...
* TCP_NODELAY set
* Connected to dev2.ekofy.sk (104.21.35.74) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-ECDSA-CHACHA20-POLY1305
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=*.ekofy.sk
* start date: Jun 7 20:30:29 2021 GMT
* expire date: Sep 5 20:30:29 2021 GMT
* subjectAltName: host "dev2.ekofy.sk" matched cert's "*.ekofy.sk"
* issuer: C=US; O=Let's Encrypt; CN=R3
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7fd9ce808800)
> HEAD / HTTP/2
> Host: dev2.ekofy.sk
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 256)!
< HTTP/2 200
HTTP/2 200
as 104.21.35.74
AS | IP | AS Name
13335 | 104.21.35.74 | CLOUDFLARENET, US
1 Like
sandro
July 16, 2021, 4:15pm
4
You should fix that ASAP.
Unencrypted & unverified connections
Imagine you open Paypal and suddenly get that warning
[image]
Would you continue? Probably not. For decades leaders in IT security have advocated that people upgrade their sites from unencrypted HTTP to secure HTTPS. And for a reason, everything you send via an HTTP connection is sent in plain text and can be intercepted at any point between you and the server.
Equally, you’d probably not proceed if you got such a warning, right?
[image]
That’s when th…
Oh, so now it works… Okay, thank you. Now I just need to resolve the origin Let’s Encrypt and switch to Full Strict
Thanks. I finally found a way to do it with my hosting provider.
All looks well now. Thanks guys
1 Like
system
Closed
July 20, 2021, 9:26am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.