BoazDr commented on issue #5103: URL: https://github.com/apache/apisix/issues/5103#issuecomment-924890864
> Would you try to set up some configurations ike this two tests: > > https://github.com/apache/apisix/blob/baf216dc7ffb79c0176784e034ab485143d51402/t/node/upstream-websocket.t#L226 > > You can set up the same configuration via Admin API or dashboard (a route with enable_websocket = true, an SSL that provides the certificate to the client, an upstream with https scheme). SSL which provides certificate to the client? Not the engine (service) itself? I created an SSL for my service (in a linux machine) but I cant find a way to connect my route to this SNI, any special instructions? > > 'm asked to insert a certificate and a private key (clients certificates and keys? or the engine computer certificate?) > > see: https://github.com/apache/apisix/blob/master/docs/en/latest/admin-api.md#ssl, you can submit certs by APISIX Dashboard, sidebar with `SSL` configuration. I submitted a new SSL with Certificate and private key of the machine the server runs on, but now I cant figure how to connect the route to it. > If it is just for testing, you can sign the CA certificate yourself, refer to: https://www.openssl.org/docs/man1.1.1/man1/, or check relevant information through the Internet. Have done it, created certificate and private key from openssl, inserted them into APISIx dashboard but now i can't connec tthe route to the SSL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
