Take a look at at
https://github.com/apache/qpid-dispatch/blob/master/python/qpid_dispatch/management/qdrouter.json.
It says -
"sslProfileName": {
"type": "string",
"description": "The name of the ssl profile. This is for internal use only.
Use the 'name' attribute to assign a name to an sslProfile section ",
"create": false
}
As it says, the sslProfileName is for internal use only. You should use the
name instead like here -
sslProfile {
name: my-ssl
certDb: ca-certificate-1.pem
certFile: server-certificate-1.pem
keyFile: server-private-key.pem
}
All references to sslProfileName have been removed from this link -
http://qpid.apache.org/releases/qpid-dispatch-master/qdrouterd.conf.5.html
Thanks.
----- Original Message -----
> From: "Adel Boutros" <[email protected]>
> To: [email protected]
> Sent: Wednesday, July 13, 2016 9:17:15 AM
> Subject: [qpid-dispatch 0.6.0] Unable to set "sslProfileName" when creating a
> connector using qdmanage
>
> Hello,
>
> When I try to create a connector using qdmanage, I am unable to set
> "sslProfileName" which is defined in the configuration file of the
> dispatcher. I get the below error:
>
> qdmanage create --type=connector role=route-container addr=localhost
> port=10101 name=localhost.broker.10101.connector
> sslProfileName=ssl-full-broker-profile
>
> BadRequestStatus: Cannot set attribute 'sslProfileName' in CREATE
>
> In the book, I couldn't find anything indicating that this attribute cannot
> be set when performing a CREATE operation
> (https://qpid.apache.org/releases/qpid-dispatch-0.6.0/book/schema.html)
>
> Regards,
> Adel
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]