Testing environment not working with HTTP

Trying to set new env for my project.
The env is for testing so I don’t want to add ssl.

What can I do?

Hi @Gal_Saada !
If your env is not local, you have to use ssl. Only local dev env can use HTTP.

Thank you for the fast reply @anon94532230.
I’ve to say I found it not convenient at all, I have “old” environments that was set without this restriction.

What can we do?

Nowadays it’s really a bad practice not to use SSL, that’s why we enforce it now.
As written in this article:

There is no workaround, you have to setup SSL certs on your server for it to work.