Skip to content

As a library user I want to connect to rabbit through TLS/SSL #68

@l4mby

Description

@l4mby

I would like to use the client to connect to the server through TLS/SSL.

For example:

const environment = createEnvironment({ 
 host, 
 port, 
 username: "",
 password: "",
 ssl: {
     ca: "<my-ca>"
     cert: "<my-cert-file>",
     key: "<my-key">,
     rejectUnauthorized: true
 }
})

Metadata

Metadata

Assignees

Labels

todoNext feature to implement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions