Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Escaping data in views
Post: Escaping data in views

Hi, i have a few questions regarding escaping data and filtering data, because i am new in security issues and i want to prevent xss attacks and sql injections. I am using CI4, so i know that with ...
2,635 Views
6 Replies
02-01-2022, 12:44 PM
fedeburo
    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 ...
680 Views
0 Replies
04-12-2021, 01:33 AM
fedeburo
    Thread: Connection to database with mysqli ssl
Post: RE: Connection to database with mysqli ssl

php_rocs Wrote: (04-09-2021, 07:17 AM) -- @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 con...
1,878 Views
2 Replies
04-09-2021, 09:06 AM
fedeburo
    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...
1,878 Views
2 Replies
04-08-2021, 11:51 PM
fedeburo
    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,....), a...
1,992 Views
1 Replies
04-07-2021, 06:03 AM
fedeburo
    Thread: Correct syntax for encrypted database using ssl
Post: RE: Correct syntax for encrypted database using ss...

InsiteFX Wrote: (04-06-2021, 01:24 AM) -- 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 (h...
2,694 Views
2 Replies
04-06-2021, 03:31 AM
fedeburo
    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 ...
2,694 Views
2 Replies
04-06-2021, 12:00 AM
fedeburo
    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?
993 Views
1 Replies
03-30-2021, 11:43 PM
fedeburo
    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...
993 Views
1 Replies
03-30-2021, 01:32 AM
fedeburo
    Thread: Class not found when loading a library
Post: RE: Class not found when loading a library

Kaosweaver Wrote: (03-22-2021, 08:37 AM) -- fedeburo Wrote: (03-15-2021, 05:25 AM) -- Inside this library, i have a class defined that is : class anythingToDo{ ... }[/font][/size][/color] Ho...
4,886 Views
4 Replies
03-23-2021, 01:13 AM
fedeburo
    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 part...
4,886 Views
4 Replies
03-15-2021, 05:25 AM
fedeburo
    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 everyth...
811 Views
0 Replies
08-05-2020, 03:49 AM
fedeburo

Theme © iAndrew 2016 - Forum software by © MyBB