Python connect to solace Pubsub+ cloud

Hey @onkar1712 ! Just from a quick glance, I see that your solace.messaging.transport.host in your broker properties configuration is incorrect. https is not a valid protocol to connect to the broker Update: using http(s) is similar to using websocket to connect to the broker. To do so however you will need to connect to the websocket port if you are not using SMF, and since you are using SMF (Solace Message Format) to connect to the broker (via the Solace Python API) you will need to get the “Solace Messaging” configuration parameters. You can get this by navigating to your cloud service and under the connect tab, expand the “Solace Messaging” section

You will see the SMF host, and that is what you should be using in your broker properties.

I hope this helps! Feel free to share any project, tips and tricks or further questions