Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: SSL DB connection issue -> version_compare($this->mysqli->client_info, '5.6', '>=')
Post: SSL DB connection issue -> version_compare($this->...
Hi, i am using CI version 4 and having problems connecting to a Database that has SSL encryption Mysqli driver with ssl_verify = false. The configuration of the database is the following:
public ... |
|
fedeburo |
CodeIgniter 4 Support
|
0 |
88 |
04-12-2021, 01:33 AM |
|
|
Thread: Connection to database with mysqli ssl
Post: RE: Connection to database with mysqli ssl
(04-09-2021, 07:17 AM)php_rocs Wrote: @fedeburo,
What version of CI are you using? Connecting to a database with ssl encryption is as easy as putting https instead of http in the database configur... |
|
fedeburo |
General Help
|
2 |
182 |
04-09-2021, 09:06 AM |
|
|
Thread: Connection to database with mysqli ssl
Post: Connection to database with mysqli ssl
Hi there, is there a way to connect to a database using mysqli driver through ssl encryption with null certifcate paths? In apps that dont use CodeIgniter, i could make a mysqli ssl encrypted connecti... |
|
fedeburo |
General Help
|
2 |
182 |
04-08-2021, 11:51 PM |
|
|
Thread: Possible bug in Connection.php --> Connection to encrypted ssl database
Post: Possible bug in Connection.php --> Connection to e...
Hi, i started a thread a few days ago, about having problems with connecting to database encrypted with ssl...
The problem is the following:
I need to make a:
mysqli->ssl_set(null, null,null,....)... |
|
fedeburo |
General Help
|
0 |
103 |
04-07-2021, 06:03 AM |
|
|
Thread: Correct syntax for encrypted database using ssl
Post: RE: Correct syntax for encrypted database using ss...
(04-06-2021, 01:24 AM)InsiteFX Wrote: We need to know which database driver you are using, each driver has different settings.
These may point you into the right direction.
MySQLi SSL verify
Code... |
|
fedeburo |
Libraries & Helpers
|
2 |
140 |
04-06-2021, 03:31 AM |
|
|
Thread: Correct syntax for encrypted database using ssl
Post: Correct syntax for encrypted database using ssl
Hi, i am having problems to connect to a database that is encrypted with ssl. I am not sure what the correct syntax it would be for connecting, and also, the neccesarry files or path to include. Only ... |
|
fedeburo |
Libraries & Helpers
|
2 |
140 |
04-06-2021, 12:00 AM |
|
|
Thread: Database connection using mysqli and ssl_ca
Post: RE: Database connection using mysqli and ssl_ca
Another question, it is neccesary all the:
ssl_key
ssl_cert
ssl_ca
ssl_capath
ssl_cipher
ssl_verify
defined paths or only with the ssl_ca path is enough? |
|
fedeburo |
General Help
|
1 |
149 |
03-30-2021, 11:43 PM |
|
|
Thread: Database connection using mysqli and ssl_ca
Post: Database connection using mysqli and ssl_ca
Hi, im facing some problems when connecting to a database using ssl_ca certificate. The thing is, when i access to the database using mysql through the terminal using the same params as they are in en... |
|
fedeburo |
General Help
|
1 |
149 |
03-30-2021, 01:32 AM |
|
|
Thread: Class not found when loading a library
Post: RE: Class not found when loading a library
(03-22-2021, 08:37 AM)Kaosweaver Wrote: (03-15-2021, 05:25 AM)fedeburo Wrote: Inside this library, i have a class defined that is :
class anythingToDo{
...
}[/font][/size][/color]
How can i crea... |
|
fedeburo |
Libraries & Helpers
|
4 |
459 |
03-23-2021, 01:13 AM |
|
|
Thread: Class not found when loading a library
Post: Class not found when loading a library
Hi, I have some libraries created under a subdirectory inside Library folder:
../app/Libraries/commonLibraries/
Inside this folder, i have 10 different libraries that i will use in a lot of parts of... |
|
fedeburo |
Libraries & Helpers
|
4 |
459 |
03-15-2021, 05:25 AM |
|
|
Thread: Session lost after redirect
Post: Session lost after redirect
Hi everyone, i have a problem usiong the Session in CI 4.
I have a login, where i keep some data (few) in Session, after that login, this goes to the controller of checkLogin, and there (if everythin... |
|
fedeburo |
CodeIgniter 4 Support
|
0 |
262 |
08-05-2020, 03:49 AM |