Hello, I'd like to understand whether the *httpform* mechanism for *saslauthd* is capable to use SSL/TLS protocol. I've built cyrus-sasl with these flags: ./configure --with-openssl --enable-httpform --with-saslauthd. OS: Ubuntu 24.04
Then I've set httpform_host: id.my.server.com httpform_port: 443 httpform_uri: /connect/token httpform_data: grant_type=password&client_id=my-client&client_secret=XXX&username=%u&password=%p httpform_require: 200,access_token When trying to send test auth requests, I see plain HTTP request and response in tcpdump saying **400 Bad request - plain http request was sent to https port**. Is httpform able to use SSL/TLS? How do I configure it to use SSL/TLS? ------------------------------------------ Cyrus: SASL Permalink: https://cyrus.topicbox.com/groups/sasl/Tef16c2888e2b2c3c-M7ee51b698542272ea536879e Delivery options: https://cyrus.topicbox.com/groups/sasl/subscription
