Can't open my website from Safari

Why i can’t open my website from Safari Browser. I use Comodo PositiveSSL for my website.
help…

If you have a .htaccess file in the root directory, try temporarily renaming to eliminate a possible problem.

Is the URL cometgram.com?

Can the site be opened in other browsers?

As shown by SSL Labs your website only supports TLS version 1.2.

Maybe your safari doesn’t support TLS 1.2? Which version of Safari are you using?

1 Like

SSL cannot be configured through .htaccess files, so that can’t be the problem here.

What OS are you running Safari on? That does not look like Mac to me (though it’s a while since I used one).

1 Like

Hi there pramana0361,

it appears that “Safari” objects to or does not recognize…

“COMODO RSA Domain Validation Secure Server CA”

…but does render or recognizes…

“COMODO ECC Domain Validation Secure Server CA 2”

My testing was done on “Windows 7”

Don’t ask me what all that means though. :wonky:

coothead

Yes, the URL is comotgram.com
Its work perfectly in chrome, firefox, opera, and edge, but not in safari

I run safari from windows. Safari 5.1…
i forgot the version

Nobody runs Safari on Windows, it’s a dead browser.
To test in Safari, test on an Apple device, or if you don’t have one, ask someone who does.
I’m sure there are some Mac users here who can take a look for you.

3 Likes

Then destroy it immediately as its a broken and insecure browser and will likely allow access to your machine for all kind of nasties.

The windows version was discontinued years ago and serves no purpose whatsoever these days other than letting viruses gain access to your computer. It doe not render like Safari on the Mac because it does not support most of css3.

If you need to test Safari then do it on a mac system with an up to date version.

4 Likes

The URL typed into Safari is redirected by .htaccess file.

http://comotgram.com/

PHP get_headers($url) ==>

Array
(
[0] => HTTP/1.0 301 Moved Permanently
[1] => Content-Type: text/html
[2] => Content-Length: 1147
[3] => Date: Sat, 18 Aug 2018 12:26:03 GMT
[4] => Accept-Ranges: bytes
[5] => Server: LiteSpeed
[6] => Location: https://www.comotgram.com/
[7] => Alt-Svc: quic=“:443”; ma=2592000; v=“35,37,38,39”
[8] => Connection: close
[9] => HTTP/1.0 200 OK
[10] => Cache-Control: public, max-age=86400
[11] => Expires: Sun, 19 Aug 2018 12:26:04 GMT
[12] => Content-Type: text/html; charset=UTF-8
[13] => Content-Length: 5966
[14] => Date: Sat, 18 Aug 2018 12:26:04 GMT
[15] => Accept-Ranges: bytes
[16] => Server: LiteSpeed
[17] => Alt-Svc: quic=“:443”; ma=2592000; v=“35,37,38,39”
[18] => Connection: close
)

Try clearing the Safari cache.

Try this to check other URLs.

https://supiet2.tk

I test it again using http:// only not https:// by removing http to https redirection in my .htaccess,
and its works. Safari can open my web page

So, is the problem in my SSL? or in the browser? :grin:

It’s the browser, as @SamA74 and @PaulOB have clearly explained.

1 Like

So now i need to test it on the Mac Safari browser

Thank you for the help all

1 Like

It’s working on my Safari mac ok.

1 Like

Thank you my friend!!
now I don’t need to worrying it anymore

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.