[Ovmsdev] ssl cert

Shane @ Kilve Engineering shane at kilve-engineering.co.uk
Wed Mar 31 18:54:12 HKT 2021


Have you broke something?




E (2710323) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (2710323) ovms-server-v2: Status: Error: Connection failed
I (2770323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (2770323) ovms-server-v2: Status: Connecting...
E (2770333) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (2770333) ovms-server-v2: Status: Error: Connection failed
I (2830323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (2830323) ovms-server-v2: Status: Connecting...
E (2830353) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (2830353) ovms-server-v2: Status: Error: Connection failed
I (2890323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (2890323) ovms-server-v2: Status: Connecting...
E (2890323) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (2890323) ovms-server-v2: Status: Error: Connection failed
I (2950323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (2950323) ovms-server-v2: Status: Connecting...
E (2950323) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (2950323) ovms-server-v2: Status: Error: Connection failed
I (3001323) housekeeping: 2021-03-31 10:07:14 BST (RAM: 8b=72312-80768 32b=10360)
I (3010323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (3010323) ovms-server-v2: Status: Connecting...
E (3010323) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (3010323) ovms-server-v2: Status: Error: Connection failed
I (3070323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (3070323) ovms-server-v2: Status: Connecting...
E (3070323) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (3070323) ovms-server-v2: Status: Error: Connection failed
I (3130323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (3130323) ovms-server-v2: Status: Connecting...
E (3130353) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (3130353) ovms-server-v2: Status: Error: Connection failed
I (3190323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (3190323) ovms-server-v2: Status: Connecting...
E (3190323) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (3190323) ovms-server-v2: Status: Error: Connection failed
I (3250323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (3250323) ovms-server-v2: Status: Connecting...
E (3250323) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (3250333) ovms-server-v2: Status: Error: Connection failed
I (3301323) housekeeping: 2021-03-31 10:12:14 BST (RAM: 8b=72312-80768 32b=10360)
I (3310323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (3310323) ovms-server-v2: Status: Connecting...
E (3310333) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert
E (3310333) ovms-server-v2: Status: Error: Connection failed
W (3717913) websocket: WebSocketHandler[0x3f84d2d0]: job queue overflow resolved, 1948 drops
I (3730323) ovms-server-v2: Connection is ovms.dexters-web.de:6870 maxushunnsnet
I (3730323) ovms-server-v2: Status: Connecting...
E (3730353) ovms-server-v2: mg_connect(ovms.dexters-web.de:6870) failed: Invalid SSL CA cert

Regards
Shane Hunns
Kilve Engineering Ltd.
0792 0729 316

> On 29 Mar 2021, at 16:55, didier at ernotte.com wrote:
> 
> Hi Michael,
> 
> Even if I used to be a developer, I am not familiar with branching and PR in Git. Can someone else take it from here ?
> 
> Didier
> 
> Le lundi 29 mars 2021 02 h 58 min 33 s UTC−4, Michael Balzer <dexter at expeedo.de> a écrit :
> 
> 
> Didier,
> 
> nice find, are you going to submit a PR for this fix?
> 
> Regards,
> Michael
> 
> 
> Am 28.03.21 um 23:46 schrieb didier at ernotte.com <mailto:didier at ernotte.com>:
> 
> Ok, I think I found the issue.
> In 
> 
> void OvmsReToolsPidScanner::IncomingPollFrame(const CAN_frame_t* frame)
> 
> 
> frameLength should not be a 8 bits, it should rather be a 16 bits
> 
>     uint8_t frameLength = frame->data.u8[0] & 0x0f;
> 
> 
> Didier
> Le dimanche 28 mars 2021 13 h 40 min 02 s UTC−4, Michael Balzer <dexter at expeedo.de> <mailto:dexter at expeedo.de> a écrit :
> 
> 
> Didier,
> 
> the PID scanner normally works perfectly with multi frame responses, but I haven't had a response that long yet.
> 
> For 1503 bytes, 215 consecutive frames need to be transmitted. The PID scanner requests these to be sent with 25 ms separation time, so they should need 5.375 seconds.
> 
> Maybe some frame gets lost, or maybe the device doesn't allow a separation time that high for a transmission that huge.
> 
> Your log quote wasn't from the re-pid component but from obd2ecu, which has nothing to do with the RE tools. You should raise the log level for re-pid to see more info. Another tracing option is to use the CAN log monitor.
> 
> Btw, you should never need 30 seconds timeout for a PID poll, as the scanner checks against the last frame reception.
> 
> Regards,
> Michael
> 
> 
> Am 28.03.21 um 17:52 schrieb didier at ernotte.com <mailto:didier at ernotte.com>:
>> I am investigating some PID with very long data. I am using the PID scanner for this.
>> When I turn on the log level debug , I can see this as the first repy
>> 
>> 
>>  D (1456677) obd2ecu: Rcv 7ec: 8 (15 df 62 48 83 0 0 0)
>> 
>> From the Canbus doc, I understand that the first "1x (15)" tells me that this is the first frame of a multi frame, and the length is "5df" .
>> The Pid scanner seems to return only "df", not "5df" data, and I can see in the log that I have around 1500 byte returned, not 220.
>> Any explanation ? anyone see this problem as well ?
>> 
>> The scan command is (I had to hack the code to allow timeout > 10sec)
>> 
>> re obdii scan start 1 7e4 4883 4883 -r500-7ff -t22 -x30
> 
> -- 
> Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
> Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
> _______________________________________________
> OvmsDev mailing list
> OvmsDev at lists.openvehicles.com <mailto:OvmsDev at lists.openvehicles.com>
> http://lists.openvehicles.com/mailman/listinfo/ovmsdev <http://lists.openvehicles.com/mailman/listinfo/ovmsdev>
> 
> 
> _______________________________________________
> OvmsDev mailing list
> OvmsDev at lists.openvehicles.com <mailto:OvmsDev at lists.openvehicles.com>
> http://lists.openvehicles.com/mailman/listinfo/ovmsdev <http://lists.openvehicles.com/mailman/listinfo/ovmsdev>
> 
> -- 
> Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
> Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
> _______________________________________________
> OvmsDev mailing list
> OvmsDev at lists.openvehicles.com <mailto:OvmsDev at lists.openvehicles.com>
> http://lists.openvehicles.com/mailman/listinfo/ovmsdev <http://lists.openvehicles.com/mailman/listinfo/ovmsdev>
> _______________________________________________
> OvmsDev mailing list
> OvmsDev at lists.openvehicles.com
> http://lists.openvehicles.com/mailman/listinfo/ovmsdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvehicles.com/pipermail/ovmsdev/attachments/20210331/a5bdeaad/attachment-0001.htm>


More information about the OvmsDev mailing list