Script requires PHP module "openssl"

Status
Not open for further replies.

yumax10h

New Member
Messages
9
Reaction score
0
Points
1
I have a script that requires the PHP module "openssl". Basically it encrypts data to be POSTed.
It work on my other host's server fine, but not here. So shared hosting is not the issue.
The application includes it own openssl.cnf, PHP class and JS files.
How do I make use of openssl?
 

yumax10h

New Member
Messages
9
Reaction score
0
Points
1
I just put a .htaccess file in the directory.
Found that "php_value max_input_time 120" worked and " extension=php_openssl.so" didn't.
Then I tried "php_value extension php_openssl.so" - just to test.
It worked! Now the form submit like before.
 
Status
Not open for further replies.
Top