I am new to modsecurity. I have a leagcy server solution using Nginx with no modsecurity. All the data is being recived on 443 port with self signed certificated with no authentication for https connection.
Now I want to use modsecurity for this applicaion.
I have installed modsecurity with Nginx. When I try to open the ssl connection with the same self signed certificates then the connecection is not opened and I am getting SSL connection failed with 600 as error. It seems that the error indicates CERTIFICATE_VERIFY_FAILED self-signed certificate.
Is there a way where I can disable the certificate verifcation in modsecurity. The reason I want this is I cannot change my applicaiton on the devices that are being used.
Thanks
SD
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hell All,
I am new to modsecurity. I have a leagcy server solution using Nginx with no modsecurity. All the data is being recived on 443 port with self signed certificated with no authentication for https connection.
Now I want to use modsecurity for this applicaion.
I have installed modsecurity with Nginx. When I try to open the ssl connection with the same self signed certificates then the connecection is not opened and I am getting SSL connection failed with 600 as error. It seems that the error indicates CERTIFICATE_VERIFY_FAILED self-signed certificate.
Is there a way where I can disable the certificate verifcation in modsecurity. The reason I want this is I cannot change my applicaiton on the devices that are being used.
Thanks
SD