On 25/07/2019 3:42 pm, Jose Alberto Fernandez Parejo wrote:
Yes, only with env var works properly.
Next step is to authenticate us in broker without sending our
certificate (SSL one way). SASL anonymous or user/password.
Is this possible?
Yes, you can specify username and password for the client to send and
even the sasl_mechanisms if desired. I don't know the config of rabbotmq
ssl to not require a cert but I'm sure it is possible (I would expect it
is probably the default).
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
.
But in this case, should we set the env var?
QPID_SSL_CERT_NAME
QPID_SSL_CERT_DB
QPID_SSL_CERT_PASSWORD_FILE
We have set to null the variables and set the url to
"amqp:ssl:localhost:5671".
But client not enable SSL since env var are not set.
You need the cert_db (for the CA, to verify the servers cert) and the
password file for accessing it. You don't need a cert_name as the client
will not supply a cert.
The url should not change.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]