I can't connect to Odata with ssl certificate authentification. We are using it with openUI5. Application is running as mobile (android) application.
OpenUI5 version: tested on 1.42.9, 1.44.9, 1.46.5
Browser/version (+device/version):
WebView/57.0.2987.132 (Android/5.1.1)
Any other tested browsers/devices(OK/FAIL):
Chrome(57.0.2987.132)/Android - OK
URL (minimal example if possible):
User/password (if required and possible - do not post any confidential information here):
Steps to reproduce the problem:
- Connect oData to any web page which require SSL Client Certificate
- Connection always fail with ERR_BAD_SSL_CLIENT_AUTH_CERT
What is the expected result?
It should show selection dialog with imported user certificates
What happens instead?
Error in console:
GET https://username:password@url/mpmt/MenuItemSet net::ERR_BAD_SSL_CLIENT_AUTH_CERT
Any other information? (attach screenshot if possible)
I tried several connection types on mobile device:
http is working good
https with optional certificate works good
https with required certificate Cannot access data
I also tried several connection types from browser:
http is working good
https with optional certificate works good
https with required certificate Can access data
I can't connect to Odata with ssl certificate authentification. We are using it with openUI5. Application is running as mobile (android) application.
OpenUI5 version: tested on 1.42.9, 1.44.9, 1.46.5
Browser/version (+device/version):
WebView/57.0.2987.132 (Android/5.1.1)
Any other tested browsers/devices(OK/FAIL):
Chrome(57.0.2987.132)/Android - OK
URL (minimal example if possible):
User/password (if required and possible - do not post any confidential information here):
Steps to reproduce the problem:
What is the expected result?
It should show selection dialog with imported user certificates
What happens instead?
Error in console:
GET https://username:password@url/mpmt/MenuItemSet net::ERR_BAD_SSL_CLIENT_AUTH_CERT
Any other information? (attach screenshot if possible)
I tried several connection types on mobile device:
http is working good
https with optional certificate works good
https with required certificate Cannot access data
I also tried several connection types from browser:
http is working good
https with optional certificate works good
https with required certificate Can access data