Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035854Retail ModulesWeb POS Hardware Managerpublic2017-04-22 05:262017-05-03 15:57
rbianchini 
adrianromero 
normalcriticalhave not tried
closedfixed 
5
RR16Q2.2 
RR17Q2RR17Q2 
guilleaer
No
0035854: Chrome Version 58.0.3029.81 (64-bit) doesn't accept the .pem file generated by Hardware Manager
The new chrome version return the error: NET::ERR_CERT_COMMON_NAME_INVALID using the .pem file generateb by hardware manager.
1 - Generate the file ca-certificate.pem using Hardware manager following this steps http://wiki.openbravo.com/wiki/Retail:Hardware_and_Peripherals_Installation#Using_a_self-signed_certificate [^]
2 - Install the last chrome version: 58.0.3029.81 (64-bit)
3 - Realize that the Hardware manager can't establish connection with POS
No tags attached.
blocks defect 0035817 closed adrianromero Chrome Version 58.0.3029.81 (64-bit) doesn't accept the .pem file generated by Hardware Manager 
Issue History
2017-04-27 08:43marvintmTypedefect => backport
2017-04-27 08:43marvintmTarget Version => RR17Q2
2017-04-27 09:40hgbotCheckin
2017-04-27 09:40hgbotNote Added: 0096209
2017-04-27 09:40hgbotStatusscheduled => resolved
2017-04-27 09:40hgbotResolutionopen => fixed
2017-04-27 09:40hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager.sources/rev/1f5822d34bb7ce75c6d2e69a61277815abe6a689 [^] => http://code.openbravo.com/retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager.sources/rev/729fd1801c30d862800b56fcaf663f7aa1f97210 [^]
2017-04-27 09:43hgbotCheckin
2017-04-27 09:43hgbotNote Added: 0096210
2017-04-27 12:09hgbotCheckin
2017-04-27 12:09hgbotNote Added: 0096223
2017-04-27 12:09hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager.sources/rev/729fd1801c30d862800b56fcaf663f7aa1f97210 [^] => http://code.openbravo.com/retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager.sources/rev/40978526cba06dbb37e3bb96b97c1c6604651208 [^]
2017-04-27 12:11hgbotCheckin
2017-04-27 12:11hgbotNote Added: 0096224
2017-05-03 15:57guilleaerReview Assigned To => guilleaer
2017-05-03 15:57guilleaerStatusresolved => closed
2017-05-03 15:57guilleaerFixed in Version => RR17Q2

Notes
(0096209)
hgbot   
2017-04-27 09:40   
Repository: retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager.sources
Changeset: 729fd1801c30d862800b56fcaf663f7aa1f97210
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Apr 27 09:40:01 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager.sources/rev/729fd1801c30d862800b56fcaf663f7aa1f97210 [^]

Fixes issue 35854: Chrome Version 58.0.3029.81 (64-bit) doesn't accept the .pem file generated by Hardware Manager

* The generated selfsigned certificate now includes the hostname in subjectAltName extended properties that is accepted by Chrome

---
M project/src/com/openbravo/poshw/GenerateCertificate.java
---
(0096210)
hgbot   
2017-04-27 09:43   
Repository: retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager
Changeset: 241c6450c852c6a8a985143ec6851561c502064a
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Apr 27 09:42:36 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager/rev/241c6450c852c6a8a985143ec6851561c502064a [^]

Related to issue 35854: Chrome Version 58.0.3029.81 (64-bit) doesn't accept the .pem file generated by Hardware Manager

Compiled hardware manager with last changes.

---
M bin/poshw.jar
M bin/rev.id
---
(0096223)
hgbot   
2017-04-27 12:09   
Repository: retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager.sources
Changeset: 40978526cba06dbb37e3bb96b97c1c6604651208
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Apr 27 12:08:59 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager.sources/rev/40978526cba06dbb37e3bb96b97c1c6604651208 [^]

Fixes issue 35854: Chrome Version 58.0.3029.81 (64-bit) doesn't accept the .pem file generated by Hardware Manager

* Forces to generate the rsa key with 2048 bits and use the signing algorithm SHA256

---
M project/src/com/openbravo/poshw/GenerateCertificate.java
---
(0096224)
hgbot   
2017-04-27 12:11   
Repository: retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager
Changeset: 59eee4d7b665a7bec60a39f68c1a0b76a381fe4c
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Apr 27 12:10:28 2017 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR17Q2/org.openbravo.retail.poshwmanager/rev/59eee4d7b665a7bec60a39f68c1a0b76a381fe4c [^]

Related to issue 35854: Chrome Version 58.0.3029.81 (64-bit) doesn't accept the .pem file generated by Hardware Manager

* Compile hardware manager with the new changes.

---
M bin/poshw.jar
M bin/rev.id
---