Skip to main content

Messages

This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.

Messages - mad_king

2
Otter Browser Forum / Re: SSL/TLS Certificate Issue - How to Ignore?
It does not appear to have any effect of QsslError for webengine backend.

Managing Certificates
Qt WebEngine uses its own network stack, and therefore QSslConfiguration is not used to open SSL connections. Instead, Qt WebEngine uses the root CA certificates from the operating system to validate the peer's certificate.
The WebEngineCertificateError::error and QWebEngineCertificateError::Error enumerations provide information about the types of certificate errors that might occur. The errors can be handled by using the WebEngineView::certificateError QML method or by reimplementing the QWebEnginePage::certificateError function.


Source QT forum
3
Otter Browser Forum / Re: SSL/TLS Certificate Issue - How to Ignore?
I had to google the acronym IMO:
"IMO has one popular meaning. It only means in my opinion."

There must be an about:config edit or a box I can untick that will completely disable those
security warning messages.  Before I download and install Otter, I need a 100% certain yes
or no about disabling those messages.  If yes, give me the exact procedure.

I know a lot about browsers because I've used several dozen.  However, I am not a programming
expert.  I can easily edit about:config, but I cannot write code.  If there is a way to disable
those security messages it must be relatively simple.

Thanks guys.






You can disable through NetworkManager.cpp by commenting code. I am not sure whether its possible through about.config.
4
Otter Browser Forum / Re: SSL/TLS Certificate Issue - How to Ignore?
Basically my intention is just ignore SSL/TLS security. In google chrome, we can ignore SSL errors. I am expecting similar behavior.
In about.config, we can ignore SSL error by setting IgnoreSSL but it takes list so my question is how to assign list.

Either we need to assign self signed certificate or ignore SSL error. I am trying to ignore it.

IMO we can disable security message in otter.
6
Otter Browser Forum / Re: htm5test.com
IMO your score is totally dependent on which backend you are using.
e.g. For Webkit backend you might end up with low score but for Webengine we'll get massive score (i got 484/555) both on desktop as well as on Embedded kernel.


9
Otter Browser Forum / Web page freeze after switching tab - Otter version 0.9.94-dev
We are using Yocto build (morty)  (Embedded Linux iMX6 Solo) with Otter version 0.9.94 and Qt version 5.7.1. We are facing problem of web page freeze after switching tab. No message display on terminal so its difficult to analyze the problem. So what could be the possible reason?

One more observation, when web page freeze, Otter UI (menu bar, toolbar) is responsive/accessible.

We also tested with Qt Demo browser and it works as expected.
10
Otter Browser Forum / Re: otter v 0.9.11 some HTML5 pages crashing
I have build otter 0.9.11 for iMX6 soloX linux
Below are some random errors observed for some HTML5 pages and page crashed. Error observed approximately after 1 hour (not instantly when switching pages). one more observation, QtWebengineProcess exited (/usr/lib/qt5/libexec/QtWebEngineProces).

Some pages are working fine without any problem. Also tested same code for ubuntu 14.04 and works fine. I am using Qt 5.7.1 and otter build with QtWebengine

Is this same problem mentioned here (https://bbs.archlinux.org/viewtopic.php?id=214026)?

Errors on console -

1) *** stack smashing detected ***: /usr/lib/qt5/libexec/QtWebEngineProcess --type=renderer --disable-accelerated-video-decode --enable-overlay-scrollbar --enable-pinch --enable-threaded-compositing --enable-viewport --main-frame-resizes-are-orientation-changes --profiler-timing=0 --use-gl=egl --disable-composited-antialiasing --lang=C --enable-pinch --num-raster-threads=1 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553 --channel=2306.2.1621294241 terminated
Received signal 6
[end of stack trace]

2) Received signal 11 SEGV_MAPERR 0000a66dd9a0
[end of stack trace]

3) Received signal SEGV_ACCERR
[end of stack trace]


After detail investigation, this is not a qtwebengine (eventually not Otter) problem. This is related to RAM (with hardware and build system). Now it works as expected.
@Emdek - Please mark it as solved.

Thanks
16
Otter Browser Forum / Re: Problem of popup window on Ubuntu 14.04 (otter version - 0.9.11)
No luck

Permission/ScriptCanOpenWindows has been set to openAll

otter.conf
[Permissions]
ScriptsCanOpenWindows=openAll

In diagnostic report we can see
Permissions/ScriptCanOpenWindows      ask      default    no overrides

For Windows
Permissions/ScriptCanOpenWindows      ask     non default    1 override (s)

Might be something missing with setting for Linux platform?
17
Otter Browser Forum / Problem of popup window on Ubuntu 14.04 (otter version - 0.9.11)
I am trying to allow popup settings for browser but showing following error

"New tabs or windows are being blocked by your browser!  Please allow popups for this site".

In setting allowed the popup already.

Checked also with latest version of otter but same problem.  Is anything more required for this functionality?.

Checked with Windows and works fine

19
Otter Browser Forum / otter v 0.9.11 some HTML5 pages crashing
I have build otter 0.9.11 for iMX6 soloX linux
Below are some random errors observed for some HTML5 pages and page crashed. Error observed approximately after 1 hour (not instantly when switching pages). one more observation, QtWebengineProcess exited (/usr/lib/qt5/libexec/QtWebEngineProces).

Some pages are working fine without any problem. Also tested same code for ubuntu 14.04 and works fine. I am using Qt 5.7.1 and otter build with QtWebengine

Is this same problem mentioned here (https://bbs.archlinux.org/viewtopic.php?id=214026)?

Errors on console -

1) *** stack smashing detected ***: /usr/lib/qt5/libexec/QtWebEngineProcess --type=renderer --disable-accelerated-video-decode --enable-overlay-scrollbar --enable-pinch --enable-threaded-compositing --enable-viewport --main-frame-resizes-are-orientation-changes --profiler-timing=0 --use-gl=egl --disable-composited-antialiasing --lang=C --enable-pinch --num-raster-threads=1 --content-image-texture-target=3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553,3553 --video-image-texture-target=3553 --channel=2306.2.1621294241 terminated
Received signal 6
[end of stack trace]

2) Received signal 11 SEGV_MAPERR 0000a66dd9a0
[end of stack trace]

3) Received signal SEGV_ACCERR
[end of stack trace]