Krishna Sah
Krishna Sah
After following step up to 3 in the section 'TLS/SSL Example' FIY: both the servers are running i.e. > python tests/simple_https_server.py and > python tests/example_server.py --example chat --ssl 1 but...
modifying line 1066: i.e. } else if (json_isalpha(fmt[i]) || json_get_utf8_char_len(fmt[i]) > 1 ) { to } else if ( json_isdigit(fmt[i]) || json_isalpha(fmt[i]) || json_get_utf8_char_len(fmt[i]) > 1 ) { works fine.
Followed all the steps but doesn't work .. feeling helpless .