[Try running Windows Network Diagnostics](javascript:diagnoseErrors()).
ERR_SSL_PROTOCOL_ERROR
Other Information
Hello,
I’m experiencing an issue with establishing a secure connection on my website. When trying to access the WordPress control panel, I receive the error message “Unable to establish a secure connection to the server.” Could you please assist me in resolving this problem?
Thank you very much!
i did evrything like u said and SSL Certificate is active and evrything its okey i did exactly like in tut
why now im getting Error establishing a database connection on my webisite??
i fixed it and evrything its okey now thankss for helping!
but i lost my webiste ;((( do i have to buikld anotherone ? i took no sleep 2 days building it is there anything i can do to recover old data ?
Thanks again,
How so? Both installing an SSL certificate and updating database credentials should not result in your data being lost.
A quick look at your account tells me that you have created a new database and installed WordPress to it. That’s good news, because that probably means that your site is still there, you just chose to basically setup a new site alongside it.
In the wp-config.php (where you also edited the debug mode), you can find this setting:
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'if0_36562413_xxxx' );
Simply replace the xxxx (or whatever is currently there) with the name of the database that your site was previously installed on (which is if0_36562413_wp655, looking at the screenshot), save the file, and your old website should be back just like you left it!