OpenBSD 6.7: Difference between revisions

From MK Wiki EN
Jump to navigation Jump to search
(Created page with "== Don't reorder libraries at boot time == rcctl disable library_aslr [https://gist.github.com/kokokodak/4bf0d76616635b46b2682a6371dd8b58 Credits] Category:OpenBSD Category:BSD")
 
(+Use different package source)
Line 4: Line 4:


[https://gist.github.com/kokokodak/4bf0d76616635b46b2682a6371dd8b58 Credits]
[https://gist.github.com/kokokodak/4bf0d76616635b46b2682a6371dd8b58 Credits]
== Use different package source ==
Edit file <code>/etc/installurl</code>
Problems can occur when using https, pkg_add might come up with the error "TLS handshake failure: certificate verification failed: certificate has expired". Solution: Use http instead of https. Possible solution would be to manually copy <code>/etc/ssl/cert.pem</code> from a newer system or find the package that contains that file.


[[Category:OpenBSD]]
[[Category:OpenBSD]]
[[Category:BSD]]
[[Category:BSD]]

Revision as of 05:57, 11 May 2023

Don't reorder libraries at boot time

rcctl disable library_aslr

Credits

Use different package source

Edit file /etc/installurl

Problems can occur when using https, pkg_add might come up with the error "TLS handshake failure: certificate verification failed: certificate has expired". Solution: Use http instead of https. Possible solution would be to manually copy /etc/ssl/cert.pem from a newer system or find the package that contains that file.