Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Witam,
Mam problem z certyfikatami unizeto. Kupiłem w Unizeto certyfikat SSL zainstalowałem na serwerze z Apache i wszystko ładnie działa z poziomu przeglądarek graficznych. Ale mam problem z wget. Gdy próbuje coś pobrać ze strony poprzez wget otrzymuję błąd w postaci
BŁĄD: błąd kontroli certyfikatu XXX, wystawionego przez `/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Domain Validation CA SHA2': Napotkano samodzielnie podpisany certyfikat.
Problem nie leży na pewno w konfiguracji mojego serwera Apache, bo ten sam problem mam gdy próbuję dostać się na stronę np. certum.pl:
wget https://certum.pl --2015-03-04 08:33:53-- https://certum.pl/ Translacja certum.pl... 213.222.201.147 Łączenie się z certum.pl|213.222.201.147|:443... połączono. BŁĄD: błąd kontroli certyfikatu dla certum.pl, wystawionego przez `/C=PL/O=Unizeto Technologies S.A./OU=Certum Certification Authority/CN=Certum Extended Validation CA': Napotkano samodzielnie podpisany certyfikat. Aby połączyć się z certum.pl w sposób niebezpieczny, można użyć `--no-check-certificate'.
Szukałem u wujka google ale nie potrafiłem znaleźć porady.
Bardzo proszę o pomoc.
Offline
Może doinstaluj paczkę ca-certificates.
Offline
Paczka ca-certificates jest zainstalowana cały czas
Offline
To może tak:
‘--ca-certificate=file’
Use file as the file with the bundle of certificate authorities (“CA”) to verify the peers. The certificates must be in PEM format.
Without this option Wget looks for CA certificates at the system-specified locations, chosen at OpenSSL installation time.
‘--ca-directory=directory’
Specifies directory containing CA certificates in PEM format. Each file contains one CA certificate, and the file name is based on a hash value derived from the certificate. This is achieved by processing a certificate directory with the c_rehash utility supplied with OpenSSL. Using ‘--ca-directory’ is more efficient than ‘--ca-certificate’ when many certificates are installed because it allows Wget to fetch certificates on demand.
Without this option Wget looks for CA certificates at the system-specified locations, chosen at OpenSSL installation time.
Offline
No niestety nie dział też tak. Spróbuję na razie zaaktualizować system do wersji wheezy, bo na komputerach miałem różne wersje. I widzę że tylko na squeeze te certyfikaty nie działają. Na pozostałych wersjach chodzą normalnie.
Offline
Strony: 1
Time (s) | Query |
---|---|
0.00010 | SET CHARSET latin2 |
0.00004 | SET NAMES latin2 |
0.00146 | SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.118.0.48' WHERE u.id=1 |
0.00177 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.118.0.48', 1732400867) |
0.00183 | SELECT * FROM punbb_online WHERE logged<1732400567 |
0.00094 | SELECT topic_id FROM punbb_posts WHERE id=284040 |
0.00136 | SELECT id FROM punbb_posts WHERE topic_id=27112 ORDER BY posted |
0.00117 | SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=27112 AND t.moved_to IS NULL |
0.00005 | SELECT search_for, replace_with FROM punbb_censoring |
0.00081 | SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=27112 ORDER BY p.id LIMIT 0,25 |
0.00120 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=27112 |
Total query time: 0.01073 s |