Converting to https, step-by-step...

Started by shawnb61, July 08, 2017, 03:01:04 AM

Previous topic - Next topic

Aleksi "Lex" Kilpinen

I see no issue, if you try another browser do you still see that error?
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

Oldiesmann

Works for me in Chrome but not Firefox. Strange.
Michael Eshom
Christian Metal Fans

Aleksi "Lex" Kilpinen

Quote from: Oldiesmann on March 17, 2022, 11:11:53 PMWorks for me in Chrome but not Firefox. Strange.
Actually not at all, that's exactly what I expected. They approach this situation differently.
https://certificate.revocationcheck.com/stray-animals.com
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

andy12gr

Thanks for the reply
The morning is ok and afternoon it is not ok :laugh:
only mozilla is open sometimes, the others browsers nothing open

Aleksi "Lex" Kilpinen

If the certificate is through your host, then contact them.
Also, you do seem to have some other issues with the server - Now that I tried to check again, all I got was a HTTP 500 Error.
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

andy12gr

i suppose that the HTTP 500 Error is from hosting not from certificate?

Doug Heffernan

Quote from: andy12gr on March 18, 2022, 12:23:14 PMi suppose that the HTTP 500 Error is from hosting not from certificate?

Yes, that type of error is usually host related.

andy12gr


Aleksi "Lex" Kilpinen

Sorry to hear that. GoDaddy isn't very well liked around here, not many would recommend them.
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF

Doug Heffernan

Quote from: andy12gr on March 18, 2022, 12:32:01 PMok, thanks. i call the godaddy  :)

Better yet, start looking for a new host.

andy12gr

Quote from: Aleksi "Lex" Kilpinen on March 18, 2022, 12:34:51 PMSorry to hear that. GoDaddy isn't very well liked around here, not many would recommend them.
thanks for reply. Maybe i move the site in other hosting

Sir Osis of Liver


Detected at: 3/18/2022 12:53:43 PM

URL: stray-animals.com

Reason: Authorization for this certificate or one of the certificates in the certificate chain was canceled.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

andy12gr

Today all ara ok, i think
The site is up
i close in mozilla the OCSP
its ok for you?

Aleksi "Lex" Kilpinen

Looks good to me, site works and Chrome accepts the cert as well.
But https://certificate.revocationcheck.com/stray-animals.com suggests there might still be an issue in the certificate chain. This may not cause issues, but it might be good to keep an eye on.
Slava
Ukraini!
"Before you allow people access to your forum, especially in an administrative position, you must be aware that that person can seriously damage your forum. Therefore, you should only allow people that you trust, implicitly, to have such access." -Douglas

How you can help SMF


Sir Osis of Liver

Kaspersky not reporting any problems.  If the Komitet likes it, it's ok. ;)
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

FaustVasea

Hi. I've tried to enable my SSL, however for some reason isn't working. And I can't enable that through admin panel. Any help ?

Oldiesmann

What isn't working about it? Are you able to access your site via https?
Michael Eshom
Christian Metal Fans

dodos26

This, also dont work for me:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

I use this:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

DeadMan...

This is what you should use, @dodos26

RewriteEngine on
RewriteCond %{HTTP_HOST} ^yourdomain\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.yourdomain\.com$
RewriteCond %{ENV:HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
I tell it how I see it... Don't like it? Hit Alt+F4!

Advertisement: