Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fhessel/esp32_https_server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Loading
...
head repository: meshtastic/esp32_https_server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 10 files changed
  • 8 contributors

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    6900520 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Merge pull request #1 from lewisxhe/master

    Add header files, compatible with esp32s3
    garthvh authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b0d945f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f4de2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Merge pull request #2 from caveman99/patch-1

    Use the new SDK for legacy ESP32 too
    thebentern authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    6575098 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    da947a4 View commit details
    Browse the repository at this point in the history
  2. correct whitespace

    caveman99 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3a6ddec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from caveman99/master

    init the certificate serial with a random value
    thebentern authored Nov 21, 2022
    Configuration menu
    Copy the full SHA
    23665b3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Port to Mbed TLS

    mskvortsov committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d7cee50 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    2ab1741 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge pull request #4 from mskvortsov/mbedtls

    Port to Mbed TLS
    thebentern authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    896f177 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Fix crash and logic issues

    db3000 committed May 5, 2025
    Configuration menu
    Copy the full SHA
    d730f87 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Merge pull request #5 from db3000/logic_issues

    Fix crash and logic issues
    thebentern authored Jul 4, 2025
    Configuration menu
    Copy the full SHA
    3223704 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. For HTTP/1.1 requests, enable keep-alive by default.

    Keep-alive became the default in 1.1:
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Connection
    
    This is confirmed in Python HTTP server:
    https://github.com/python/cpython/blob/38f0114ff1f8d07b151639ff30b4409814422520/Lib/http/server.py#L367
    
    This will improve connection reuse with Chrome, which does not send explicit
    'Connection: keep-alive' and just relies on the server default.
    
    Tested on ESP32 Heltec v3.
    cpatulea committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    4f5494b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. Configuration menu
    Copy the full SHA
    b0f3960 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. Add error log with mbedtls_ssl_setup error code.

    SSL handshake seems to fail sometimes (meshtastic/firmware#6960) but we need more detail on the mbedtls_ssl_setup error code to identify the problem.
    
    'Web Client Rebuild' group is also seeing some '[HTTPS:E] SSL handshake failed.', we need more info to determine if it's related to the bug report above or something unrelated.
    cpatulea committed Mar 7, 2026
    Configuration menu
    Copy the full SHA
    60881f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from cpatulea/setup

    Add error log with mbedtls_ssl_setup error code.
    thebentern authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    b78f12c View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.