Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
Hi Everyone,
I am trying to install an ssl on my domain plazawelfare.com.
Its hosted on a shared godaddy hosting, with oho 7.3.3 installed and using cpanel.
I have posted CertSage.php on the domain, the directory was also created, But now i am getting the error: "generate account key failed".
There are no entries in log file for this error.
Can anybody plz help.
He may be unavailable for a bit, and I'm not sure how many other php wizards are around here. (I'm certainly not one.) I'm sure he'll be along, it just may not be as "soon" as one might hope.
But yeah, it sounds like something is wrong with openssl on that system, or with how php connects to it. CertSage was developed specifically to work around the restrictions of GoDaddy shared hosting (since they want to bill for certificates separately for some reason), so I'd expect it to generally just work out-of-the-box for that use case.
Again I know very little about PHP or GoDaddy's service offerings, but if I'm understanding GoDaddy's docs (which I very well may not be), that's an old version that requires PHP Extended Support. Are you intentionally on an older version for some reason? Can you upgrade the version of php on there somehow, and ensure that the openssl module is installed?
I guess it's possible openssl isn't supported on that host. @navneetgoyal2007-ops please log a support query with your host to ask is openssl is supported in the version of PHP that they provide. PHP: Installing/Configuring - Manual
If you don't have a SSH/Terminal access then as noted earlier you'll need to ask your hosting service to run that to review the openssl support for your php system.
@navneetgoyal2007-ops the google AI answer for enabling PHP features on GoDaddy shared hosting is the following , it could be wrong or made up but worth investigating:
GoDaddy shared hosting plans, particularly those utilizing cPanel, typically include PHP with the OpenSSL extension enabled by default. This extension is crucial for secure communication and various cryptographic functions within PHP applications, such as handling SSL certificates, secure connections (HTTPS), and data encryption.
To verify or manage OpenSSL and other PHP extensions on GoDaddy shared hosting (cPanel):
Access your GoDaddy account and navigate to your Web Hosting (cPanel) product.
Select "Manage" for the desired hosting account.
In the account Dashboard, locate and select "cPanel Admin."
Within cPanel, find the "Software" section and select "Select PHP Version."
On this page, you can view the active PHP version and a list of available PHP extensions. OpenSSL should be listed and typically enabled by default.
You can enable or disable various extensions by checking or unchecking the corresponding boxes. A confirmation message will appear after saving changes.
Thanks for looking into this in my absence. I'm headed home today and should be able to look into this in the next day or so. Any further developments here?