Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: BridgeIt 1.0.5
-
Fix Version/s: BridgeIt 1.0.6
-
Component/s: Containers
-
Labels:None
-
Environment:IOS any https url
Description
QA did some testing with SSL and found the the IOS contains uploads for photo, camcorder etc. failed to upload and close the bridgeIt application.
On closer inspection the there is a event that is fired when the upload is complete which hides bridgeIt and returns the user to browser. Because the ssl connection fails the event never fires and the user is left on a blank bridgeit application.
On closer inspection the there is a event that is fired when the upload is complete which hides bridgeIt and returns the user to browser. Because the ssl connection fails the event never fires and the user is left on a blank bridgeit application.
Issue Links
- blocks
-
ICE-10589 mobile-showcase file uploads fail when using SSL server config.
- Closed
It turns out the the error alert is being suppressed and the user gets no notification that there was an ssl certificate trust issue. I've touched up the code so that the user sees the error box and when confirmed the user is pushed back to the web application.
Now that we have a proper ssl cert test case the data upload is now working correctly.