Can't reatch my website without https

Hello.

I want to have my blog and I can’t have one. Because… I’ve registered a free domain name kioskas.ga . If I’m typing www.kioskas.ga it shows me empty website and when I want to login it throws me to my installed and “ready to go” website https://kioskas.ga

And I wanted to have SSL so I registered an account in Cloudflare. What could be the problem? Why I can’t reatch my website with just www .kioskas .ga ?

Although my SSL sertificate should work in my browser it still shows “NOT SECURE” or smth like that.

Please help me fix my problems!

+1 point of karma for everyone.

Thanks for the karma

Your website is up and working. HTTP correctly redirects to HTTPS and SSL is valid.

Your Universal SSL certificate has definitely been issued, and is being served from the Cloudflare edge (as indicated by @Xaq). That said, when I visit your website currently I see a 500 error, which would be returned directly from your origin server.

curl -svo /dev/null "http://www.kioskas.ga/"                                                                                              1 ↵
*   Trying 2400:cb00:2048:1::6818:687b...
* Connected to www.kioskas.ga (2400:cb00:2048:1::6818:687b) port 80 (#0)
> GET / HTTP/1.1
> Host: www.kioskas.ga
> User-Agent: curl/7.46.1-DEV
> Accept: */*
> 
< HTTP/1.1 500 Internal Server Error
< Date: Tue, 18 Jul 2017 21:42:53 GMT
< Transfer-Encoding: chunked
< Connection: keep-alive
< Set-Cookie: __cfduid=d83ee6c79a9e640c7cfc2f7283b954c7f1500414170; expires=Wed, 18-Jul-18 21:42:50 GMT; path=/; domain=.kioskas.ga; HttpOnly
< Server: Cloudflare-nginx
< CF-RAY: 38089cf4c695818a-SFO-DOG
< 
{ [5 bytes data]
* Connection #0 to host www.kioskas.ga left intact

You should look at your servers error logs to determine what went wrong, and work with your hosting provider and/or systems administrator to resolve the errors. Good luck and let us know if we can be of any further help here!