Hi all good people
I'm building a web using FAMP stack and use WP as CMS.
at first it's going very smooth, no problem at all.
I have very functional http website.
Then, I want to make it has https and SSL
I load the mod_ssl and disabling sessionticket off
when deploying the cert i'm using certbot
# certbot --apache -d myweb.com -d www.myweb.com
certbot saying that unable to find mod ssl and not disabling session ticket.
But, you see my statement above right?
Although certbot success deploying cert on my web.
I found similar issue on
https://github.com/certbot/certbot/issues/8072
Trying to use
--apache-ctl isn't working
using --apachectl also the same.
When I load my web on both http and https
It shows me
ERR_TOO_MANY_REDIRECTS
,,
when check my web on SSLlabs
it gets rate A
What's wrong with all this?
How do I solve this problem.
Regards,
h8dop
I'm building a web using FAMP stack and use WP as CMS.
at first it's going very smooth, no problem at all.
I have very functional http website.
Then, I want to make it has https and SSL
I load the mod_ssl and disabling sessionticket off
when deploying the cert i'm using certbot
# certbot --apache -d myweb.com -d www.myweb.com
certbot saying that unable to find mod ssl and not disabling session ticket.
But, you see my statement above right?
Although certbot success deploying cert on my web.
I found similar issue on
https://github.com/certbot/certbot/issues/8072
Trying to use
--apache-ctl isn't working
using --apachectl also the same.
When I load my web on both http and https
It shows me
ERR_TOO_MANY_REDIRECTS
,,
when check my web on SSLlabs
it gets rate A
What's wrong with all this?
How do I solve this problem.
Regards,
h8dop