Hi all I ve just done an update from ovms master and gone to do a build and got given lots of options to select? Now my builds won’t connect to v2 server Regards Shane shane@Shanes-MacBook-Pro OVMS.V3 % make Toolchain path: /Users/shane/.espressif/tools/xtensa-esp32-elf/1.22.0-97-gc752ad5-5.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc Toolchain version: crosstool-ng-1.22.0-97-gc752ad5 Compiler version: 5.2.0 GENCONFIG * * Restart config... * * * System Options * Stack size for command execution (OVMS_SYS_COMMAND_STACK_SIZE) [6144] 6144 Task priority for command execution (OVMS_SYS_COMMAND_PRIORITY) [5] (NEW) Queue size for file logging (OVMS_LOGFILE_QUEUE_SIZE) [100] 100 Task priority for file logging (OVMS_LOGFILE_TASK_PRIORITY) [2] 2 * * Include the GPL licensed MONGOOSE networking library (web server, etc) * Include the GPL licensed MONGOOSE networking library (web server, etc) (OVMS_SC_GPL_MONGOOSE) [Y/n/?] y Enable MONGOOSE filesystem support (MG_ENABLE_FILESYSTEM) [Y/n/?] y Enable MONGOOSE directory listing support (MG_ENABLE_DIRECTORY_LISTING) [Y/n/?] y Enable MONGOOSE SSL/TLS support (MG_ENABLE_SSL) [Y/n/?] y Select the MONGOOSE SSL/TLS library to use > 1. mbedTLS (MG_SSL_IF_MBEDTLS) (NEW) 2. WolfSSL (MG_SSL_IF_WOLFSSL) (NEW) choice[1-2?]: 2 Enable MONGOOSE debug logging (MG_ENABLE_DEBUG) [N/y/?] n * * Library Support * Select the OVMS javascript library to use 1. No javascript support (OVMS_SC_JAVASCRIPT_NONE)
2. Use the MIT licensed DUKTAPE library (OVMS_SC_JAVASCRIPT_DUKTAPE) choice[1-2?]: 2 Include the GPL licensed WOLFSSH and WOLFSSL libraries (ssh server) (OVMS_SC_GPL_WOLF) [Y/n/?] y Include ZIP archive support (OVMS_SC_ZIP) [Y/n/?] y JavaScript (DukTape) task stack size (OVMS_SC_JAVASCRIPT_DUKTAPE_STACK) [12288] 12288 JavaScript (DukTape) task queue size (OVMS_SC_JAVASCRIPT_DUKTAPE_QUEUE_SIZE) [40] 40 JavaScript (DukTape) task priority (OVMS_SC_JAVASCRIPT_DUKTAPE_PRIORITY) [3] 3 Enable Javascript (Duktape) dedicated heap memory management (OVMS_SC_JAVASCRIPT_DUKTAPE_HEAP_UMM) [Y/n/?] (NEW) Javascript/Duktape default size of dedicated memory chunk (KB) (OVMS_SC_JAVASCRIPT_DUKTAPE_HEAP_UMM_DEFAULTSIZE) [512] (NEW) Javascript/Duktape size of a memory block (bytes) (OVMS_SC_JAVASCRIPT_DUKTAPE_HEAP_UMM_BLOCKSIZE) [32] (NEW) # # configuration written to /Users/shane/Open-Vehicle-Monitoring-System-3-MGEV/vehicle/OVMS.V3/sdkconfig # App "ovms3" version: 3.2.014-1137-g8bc1c599-dirty Python requirements from /Users/shane/esp-idf/requirements.txt are satisfied. Building partitions from /Users/shane/Open-Vehicle-Monitoring-System-3-MGEV/vehicle/OVMS.V3/partitions.csv... CC build/bootloader/bootloader_support/src/bootloader_clock.o CC build/bootloader/bootloader_support/src/bootloader_common.o CC build/bootloader/bootloader_support/src/bootloader_flash.o CC build/bootloader/bootloader_support/src/bootloader_flash_config.o CC build/bootloader/bootloader_support/src/bootloader_init.o
On 11/1/21 12:44, Shane @ Kilve Engineering wrote:
Hi all I ve just done an update from ovms master and gone to do a build and got given lots of options to select?
Now my builds won’t connect to v2 server
[...]
Enable MONGOOSE SSL/TLS support (MG_ENABLE_SSL) [Y/n/?] y Select the MONGOOSE SSL/TLS library to use > 1. mbedTLS (MG_SSL_IF_MBEDTLS) (NEW) 2. WolfSSL (MG_SSL_IF_WOLFSSL) (NEW) choice[1-2?]: 2
Switch back to mbedTLS for now. Craig http://lists.openvehicles.com/pipermail/ovmsdev/2021-October/015535.html
For the tls issue, it looks like let's encrypt ca issue. If you are using 3.1.017 that should be resolved. If custom build, make sure you have the correct tls library chosen in menuconfig (not wolf ssl as broken).
participants (2)
-
Craig Leres -
Shane @ Kilve Engineering