mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Added ca-bundle.crt certificate file for users experiencing issues with
missing CA Certificates + added FAQ
This commit is contained in:
parent
453ed4c795
commit
443e438ddb
31
FAQ
Normal file
31
FAQ
Normal file
|
@ -0,0 +1,31 @@
|
|||
#######################
|
||||
## F.A.Q. ##
|
||||
#######################
|
||||
|
||||
Q: Where are all my profile data stored?
|
||||
|
||||
A: Go to Menu Help -> Informations about application and then scroll to
|
||||
Paths section.
|
||||
|
||||
|
||||
Q: I have bookmarked a page, the star icon is shining, but I cannot see
|
||||
the bookmark in Menu nor Bookmark Panel. Where is it?
|
||||
|
||||
A: When you add a bookmark from the star icon, it is automatically added
|
||||
to unsorted bookmarks folder. You will see it only in Library (Ctrl+Shift+O).
|
||||
You can move the bookmark to other folder in star icon or in Library.
|
||||
|
||||
|
||||
Q: I am getting a lot of SSL errors when visiting secured (https) pages.
|
||||
Why is that?
|
||||
|
||||
A: Your system CA Certificates list is probably too small or even missing.
|
||||
You can check it in SSL Manager (Preferences -> Privacy -> SSL Manager).
|
||||
If this is your case, you have to download ca-bundle.crt file from
|
||||
https://github.com/nowrep/QupZilla/tree/master/other/ca-bundle.crt .
|
||||
It contains certificates from Debian's ca-certificates package and I am
|
||||
trying to update it as soon as it is updated in Debian repository.
|
||||
|
||||
After downloading this file, you may put it into $yourprofile/certificates/
|
||||
directory or in some other place, but then you have to add new certificate
|
||||
path in SSL Manager (last tab - settings).
|
4
README
4
README
|
@ -14,7 +14,9 @@ Unix:
|
|||
|
||||
You may need to run make install as root.
|
||||
|
||||
NOTE: Before building, please read BUILDING informations. Thank You!
|
||||
NOTE: Before building, please read BUILDING informations.
|
||||
If you are experiencing some sort of issue, please read FAQ first.
|
||||
Thank You!
|
||||
|
||||
QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org
|
||||
Written in Qt Framework http://qt.nokia.com
|
||||
|
|
3916
other/ca-bundle.crt
Normal file
3916
other/ca-bundle.crt
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -65,7 +65,7 @@ MainApplication::MainApplication(const QList<CommandLineOptions::ActionPair> &cm
|
|||
#if defined(Q_WS_X11) & !defined(NO_SYSTEM_DATAPATH)
|
||||
DATADIR = "/usr/share/qupzilla/";
|
||||
#else
|
||||
DATADIR = qApp->applicationDirPath()+"/";
|
||||
DATADIR = qApp->applicationDirPath() + "/";
|
||||
#endif
|
||||
PLUGINSDIR = DATADIR + "plugins/";
|
||||
TRANSLATIONSDIR = DATADIR + "locale/";
|
||||
|
|
Loading…
Reference in New Issue
Block a user