Open vijaygouda opened 2 months ago
I did update some libs when installing mysql++ and my program failed to start like you: Thread 8 "DB" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffecffd640 (LWP 984082)] 0x00005555557abf6e in ossl_namemap_empty () (gdb) bt
from /opt/vcpkg/installed/x64-linux/lib/libcpprest.so.2.10
it worked well before update.
I am setting ssl context in cpp code which uses cpprestsdk lib to host endpoint server, using boost and openssl also
This is how i m setting context to http_listener_config config I m able to host the server, but when client try to access the server i m getting segmentation fault, code is crashing at
This is the gdb crash , it says its crashing at setting chain file
One thing is , this is happenning only for openssl 3.1 version and not for openssl 1.1.1 If i m building my same code with ssl 1.1.1 , no error and its working perfectly fine, crash happens only for code built with ssl 3.1 version, What and how should i set in ssl 3.1 version is there any change in the way setting it?