Community

My website on cyberpanel couldn’t be auto ssl on cyberpanel

Da
Daid #1

I have tried the ssl issue on the cyberpanel.tried getting a certificate also for my website nothing it’s working …how can I fix it ?

MK
Mirza Khadnezar S [sick] #2
  1. are you behind Cloudflare or something like that ? if yes, you need disable proxies option
  2. how maytime at last 5 days you issue the SSL ?
  3. if you pass number 1 and 2… then you should put the screenshoot
Da
Daid #3

How can I disable the cloudfare

MK
Mirza Khadnezar S [sick] #4

image
but if you want use ssl from CF… you can let it under proxied by CF
the problem is only
at cyber panel if you can detect, it will said your web not SSL
and
mail server will not in good score (if im not wrong)
thats why i use mail.domain.com as my mail server ssl… and my domain.com under CF
mail.domain.com IN A with “grayed out” option at CF

@die2mrw007 is that correct ? cmiiw

Da
Daid #5

I’m I finding what you dotted on cyberpanel or my domain hosting

Da
Daid #6

How can I get this done , I bought ssl certificate … still not working ….the self signed ssl on cyberpanel too it’s not securing my website

Da
Daid #8

This is my website, almoodto.com I have tried everything…it’s not ssl secured still

Da
Daid #9

Tell me all the kind screenshots I should send and I will send immediately

NK
Nitesh Kunnath #10

Login to ssh and type this command

/root/.acme.sh/acme.sh --issue -d almoodto.com -d www.almoodto.com --cert-file /etc/letsencrypt/live/almoodto.com/cert.pem --key-file /etc/letsencrypt/live/almoodto.com/privkey.pem --fullchain-file /etc/letsencrypt/live/almoodto.com/fullchain.pem -w /home/almoodto.com/public_html --force --debug
Da
Daid #11

Ok I will do that

Da
Daid #13

So what’s Next after this

NK
Nitesh Kunnath #14

You havent pasted the command properly… Its a single line code and needs to be executed in single command

NK
Nitesh Kunnath #15

Also use this command before pasting the previous code for ssl.

sudo su - 
Da
Daid #16

Ok I will try that

Da
Daid #17

Ok I should try it like this , sudo su - /root/.acme.sh/acme.sh --issue -d almoodto.com -d www.almoodto.com --cert-file /etc/letsencrypt/live/almoodto.com/cert.pem --key-file /etc/letsencrypt/live/almoodto.com/privkey.pem --fullchain-file /etc/letsencrypt/live/almoodto.com/fullchain.pem -w /home/almoodto.com/public_html --force --debug

NK
Nitesh Kunnath #18

No, first execute this command

sudo su -

Then execute this entire code:

/root/.acme.sh/acme.sh --issue -d almoodto.com -d www.almoodto.com --cert-file /etc/letsencrypt/live/almoodto.com/cert.pem --key-file /etc/letsencrypt/live/almoodto.com/privkey.pem --fullchain-file /etc/letsencrypt/live/almoodto.com/fullchain.pem -w /home/almoodto.com/public_html --force --debug
Da
Daid #19

Ok thank you

Da
Daid #20

Have tried still that same result… should I give you my details to look into this for me please…cause I’m fed up of all this right now

Sign in to reply