Odd SSL behavior?
i have reverse proxy enabled.. this works...
I have SSL/Keystore enabled... I can connect via https...
However.....
My tablet continually tries to download HTML/PHP... whatever the pages are....
Errors like this are plentiful:
20160723 16:33:06 [pool-1-thread-8] WARN com.ubooquity.e.e - Interrupted while sending response (perhaps the client stopped the download) - javax.net.ssl.SSLException - Connection has been shutdown: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
https://my.Foo.bar:8555/comics/admin
Works as a URL.... and 'admin' tries downloading every few seconds....
I have a valid keystore ( or I wouldn't have an https connection?)
Am I missing something? (Android tablet trying t connect)
| Ubooquity version: | 1.10.1 built on 2016-05-10 at 20:36 |
| Java version: | 1.8.0_91 |
| Java vendor: | Oracle Corporation |
| Java VM name: | Java HotSpot(TM) 64-Bit Server VM |
| OS name: | Linux |
| OS version: | 4.4.0-31-generic |
| OS architecture: | amd64 |
| Number of processors: | 2 |
| Max memory: | 4077 MB |
| Free memory: | 4051 MB |
| Total memory: | 4077 MB |
| isUserManagementEnabled: | true |
| comicWidth: | 160 |
| comicHeight: | 230 |
| comicsPaginationNumber: | 20 |
| bookWidth: | 160 |
| bookHeight: | 230 |
| booksPaginationNumber: | 30 |
| autoscanPeriod: | 1440 |
| isWebAdminEnabled: | false |
| theme: | BasicTheme |
| reverseProxyPrefix: | true |
| keystorePath: | true |
| keystorePassword: | true |
| isOpdsProviderEnabled: | true |
| hideEmptyFolder: | true |
| scanExclusionPattern: | true |
| bypassSingleRootFolder: | true |
| window.innerWidth: | 980 |
| window.innerHeight: | 1292 |
| window.outerWidth: | 600 |
| window.outerHeight: | 791 |
| window.devicePixelRatio: | 2 |
| navigator.userAgent: | Mozilla/5.0 (Linux; Android 4.4.2; A1-840FHD Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.81 Safari/537.36 |
| navigator.platform: | Linux i686 |
| navigator.language: | en-US |
| screen.availWidth: | 600 |
| screen.availHeight: | 960 |
| screen.width: | 600 |
| screen.height: | 960 |
Customer support service by UserEcho
Well, according to the error message, your browser tries to connect to Ubooquity using HTTPS instead of HTTP.
But I don't know why. :(
Where can I find a step by step to get https for my ubooquity site on my Asustor NAS ? (busybox or "linux way" like)