#Broken SSL, Please help resolve.

11 messages · Page 1 of 1 (latest)

unkempt delta
#

I have a website i am trying to deploy using node.js and react. This is my first time attempting to use SSL certs so please excuse my inability.

the site is https://wurm.slycrackz.xyz

The setup:
Cloudflare certificate? origin? i have this right?

Root.pem = Cloudflare root cert, as reffed:
https://developers.cloudflare.com/ssl/origin-configuration/origin-ca#4-required-for-some-add-cloudflare-origin-ca-root-certificates

app1.com-key is the generated cert as provided.

" NODE_EXTRA_CA_CERTS=/home/wurmnode/frontend/root.pem serve -s build --ssl-cert /home/wurmnode/frontend/app1.com.pem --ssl-key /home/wurmnode/frontend/app1.com-key.pem -p 443
"

if i have to buy additional ssl or whatever be, no problem, just someone who knows what they're doing throw their two cents in please.

Use Origin Certificate Authority (CA) certificates to encrypt traffic between Cloudflare and your origin web server and reduce origin bandwidth …

pliant vault
#

what's the issue?

#

page is encrypted to me. might just be a browser caching thing on your end

unkempt delta
#

um its encrypted now i think

#

i swapped to using justencrypt ssl

#

and setup http-proxy

#

to server .well-known/acme-challenges/...file.. and redirect

#

and the lack of documentation on all fronts

#

holy shit

#

i also had to setup a "AAAA" record on top of my A record to complete the ssl chain

#

i think the lack of "AAAA" was my problem with cloudflare but i haven't had time nor motivation yet, to try configuring it again, as i've now ran into a new set of problems 😉