SSL allow_url_include OFF

Username (e.g. epiz_XXX) or Website URL

https://smehtarajeev.epizy.com/user/setup/login.php
(Errors turned ON to see)

(please specify the website or account you are asking about)

Error Message

Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed

(please share the FULL error message you see)
file_get_contents returns errrors related to post-SSL activation on the website.
I understand editing php.ini is not available in the free hosting plan.
Can i downgrade the SSL to no-secure ?
I really do not need SSL
I am using the web server only for learning purposes.

Other Information

(other information and details relevant to your question)

https://smehtarajeev.epizy.com/setup/user/login.php

thanks for your prompt response.
I have been checking these options and unfortunately even using globals and variables in the coding, i will need a lot of rewriting code.
can i use any other function within php to get the contents of the file?

PHP | file_get_contents() Function - GeeksforGeeks

Can i not downgrade the site to non-secure without SSL?

Yes you can, remove the force ssl code in htaccess (if you have added) and replace https link with http.

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