English 中文(简体)
• 如何使用蚊子——子和证书
原标题:How to subscribe to azure event grid with mosquitto_sub and certificate
最佳回答

3月 B. 努力

1.) Client authentication has to be "subject Matches Authentication Name"

b) 您必须确定蚊子_int_option(_mosq, MOSQ_OPT_TLS_USE_CERTS, 真实);

(即使你没有安装任何电灯)

3. 蚊子_tls_set(_mosq, unptr,“L”,pem.c_str(), 钥匙.c_str(), 无);

问题回答

你是否做了这项工作? 我同样感兴趣。





相关问题
Applets & client certificate authentication

I have an applet that loads its jar dependencies from a server using SSL + client certificate authentication. The web page that loads the applet is already authenticated using a client certificate. ...

How to verify the root trust of a ceritifcate

I am new to java security. I have a certificate which is signed with a self signed root certificate .Say client.pem is the signed certificate and root.pem is the root certificate. The signed ...

iPhone https authorization using client certificates

I am interested in playing HTTP live streaming data from my app. The stream (which I create) is encrypted, and a URL pointing to the AES key is included in the stream index file. MPMoviePlayer hits ...

Restricting access to server to iPhone app

I m building a client/server iPhone game, where I would like to keep third-party clients from accessing the server. This is for two reasons: first, my revenue model is to sell the client and give away ...

Object contains only the public half of a key pair

Upon installation of a client side certificate, I am getting the exception "Object contains only the public half of a key pair. A private key must also be provided". My application is a VC#.NET ...

热门标签