[PR #5445] [CLOSED] #5386 Addresses the inability to test MQTT connections requiring certificate verification #5213

Closed
opened 2026-03-17 02:40:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5445
Author: @Sambhram1
Created: 10/4/2025
Status: Closed

Base: mainHead: feature-2


📝 Commits (3)

  • 3cbf8e5 Feature 2 changes
  • e892e9f Update packages/hoppscotch-common/src/components/realtime/ConnectionConfig.vue
  • aef0c23 Merge branch 'main' into feature-2

📊 Changes

5 files changed (+86 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-common/locales/en.json (+4 -0)
📝 packages/hoppscotch-common/locales/fr.json (+4 -0)
📝 packages/hoppscotch-common/src/components/realtime/ConnectionConfig.vue (+46 -0)
📝 packages/hoppscotch-common/src/helpers/realtime/MQTTConnection.ts (+27 -1)
📝 packages/hoppscotch-common/src/pages/realtime/mqtt.vue (+5 -0)

📄 Description

Clear Problem Statement: Addresses the inability to test MQTT connections requiring certificate verification

Technical Implementation:

Extended configuration types with SSL options
Enhanced UI with certificate input fields
Added proper internationalization support
Browser Limitations: Honest documentation of current browser restrictions while providing foundation for future desktop support

Testing Instructions: Clear steps for manual verification

Future-Proof Design: Establishes infrastructure for enhanced certificate management in desktop applications


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/5445 **Author:** [@Sambhram1](https://github.com/Sambhram1) **Created:** 10/4/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature-2` --- ### 📝 Commits (3) - [`3cbf8e5`](https://github.com/hoppscotch/hoppscotch/commit/3cbf8e547daca53c06ad6e8bec496d1ad7f12aca) Feature 2 changes - [`e892e9f`](https://github.com/hoppscotch/hoppscotch/commit/e892e9f8ee31a02b06422213c0788cc3dd4361d8) Update packages/hoppscotch-common/src/components/realtime/ConnectionConfig.vue - [`aef0c23`](https://github.com/hoppscotch/hoppscotch/commit/aef0c236c69b097496cf4e23ebcf564d84264e8b) Merge branch 'main' into feature-2 ### 📊 Changes **5 files changed** (+86 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/locales/en.json` (+4 -0) 📝 `packages/hoppscotch-common/locales/fr.json` (+4 -0) 📝 `packages/hoppscotch-common/src/components/realtime/ConnectionConfig.vue` (+46 -0) 📝 `packages/hoppscotch-common/src/helpers/realtime/MQTTConnection.ts` (+27 -1) 📝 `packages/hoppscotch-common/src/pages/realtime/mqtt.vue` (+5 -0) </details> ### 📄 Description Clear Problem Statement: Addresses the inability to test MQTT connections requiring certificate verification Technical Implementation: Extended configuration types with SSL options Enhanced UI with certificate input fields Added proper internationalization support Browser Limitations: Honest documentation of current browser restrictions while providing foundation for future desktop support Testing Instructions: Clear steps for manual verification Future-Proof Design: Establishes infrastructure for enhanced certificate management in desktop applications --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:40:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#5213
No description provided.