Closed GoogleCodeExporter closed 9 years ago
You shouldn't use -s flag if there is no SSL
Original comment by valenok
on 1 Jul 2011 at 11:00
But I have compiled it in and pointed to the example certificate. It still
fails. SSL is required for what I am doing.
Original comment by meyer.ke...@gmail.com
on 11 Jul 2011 at 4:52
Mongoose loads SSL library dynamically. If your system does not have libssl.so,
Mongoose will fail to initialize HTTPS socket.
Make sure your AIX has "libssl.so" library installed. Create a symlink if it is
installed with different name.
Alternatively, you can compile Mongoose directly against SSL, use -DNO_SSL_DL
compilation flag for that.
Original comment by valenok
on 26 Aug 2011 at 9:24
Original issue reported on code.google.com by
meyer.ke...@gmail.com
on 1 Jul 2011 at 8:13