--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscribe@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/23cee0af-025e-4671-9866-333019c1fafb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/27428628-2240-411f-ad78-6afe5e182b78%40googlegroups.com.
openssl req -newkey rsa:2048 -nodes -keyout server.key -x509 -days 365 -out server.crt
While generating the certificates, I am giving company name , email id ,etc.(though I am not sure on what basis I need to enter these details). And my client and server are running on same ubuntu machine.Still I am getting the following error on server side whenever client tries to connect :
E0524 12:10:59.288146095 19481 ssl_transport_security.c:1286] No match found for server name: localhost.
E0524 12:10:59.288177434 19481 ssl_transport_security.c:947] Handshake failed with fatal error SSL_ERROR_SSL: error:100000b8:SSL routines:OPENSSL_internal:NO_SHARED_CIPHER.
E0524 12:10:59.288199327 19481 chttp2_server.c:83] Handshaking failed: {"created":"@1495608059.288182792","description":"Handshake failed","file":"src/core/lib/security/transport/security_handshaker.c","file_line":274,"tsi_code":10,"tsi_error":"TSI_PROTOCOL_FAILURE"}