Install Netbox without SSL #7029
Answered
by
jmcguir
arlenjenks
asked this question in
Q&A
Replies: 1 comment
-
Hi,
Your ngnix config file is not correct. I'd suggest you check that and go
from there. I suspect you have a line about a cert.
See the error message that says your configuration wasn't valid.
Thanks,
Joel McGuire
…On Tue, Aug 24, 2021, 12:50 PM arlenjenks ***@***.***> wrote:
I don't need SSL on my netbox install so I skipped that step in my
install, now when I try to restart nginx I get the following error.
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset:
enabled)
Active: failed (Result: exit-code) since Tue 2021-08-24 18:57:31 UTC; 53s
ago
Docs: man:nginx(8)
Process: 31747 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on;
master_process on; (code=exited, status=1/FAILURE)
Aug 24 18:57:31 ttcscitss15 systemd[1]: Starting A high performance web
server and a reverse proxy server...
Aug 24 18:57:31 ttcscitss15 nginx[31747]: nginx: [emerg] cannot load
certificate "/etc/ssl/certs/netbox.crt": BIO_new_file() failed (SSL:
error:02001002:system library:fopen:No suc>
Aug 24 18:57:31 ttcscitss15 nginx[31747]: nginx: configuration file
/etc/nginx/nginx.conf test failed
Aug 24 18:57:31 ttcscitss15 systemd[1]: nginx.service: Control process
exited, code=exited, status=1/FAILURE
Aug 24 18:57:31 ttcscitss15 systemd[1]: nginx.service: Failed with result
'exit-code'.
Aug 24 18:57:31 ttcscitss15 systemd[1]: Failed to start A high performance
web server and a reverse proxy server.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7029>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGAKUCQPUK652JLPG4UZTK3T6PZZZANCNFSM5CXRFWRA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ryanmerolle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't need SSL on my netbox install so I skipped that step in my install, now when I try to restart nginx I get the following error.
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2021-08-24 18:57:31 UTC; 53s ago
Docs: man:nginx(8)
Process: 31747 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
Aug 24 18:57:31 ttcscitss15 systemd[1]: Starting A high performance web server and a reverse proxy server...
Aug 24 18:57:31 ttcscitss15 nginx[31747]: nginx: [emerg] cannot load certificate "/etc/ssl/certs/netbox.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No suc>
Aug 24 18:57:31 ttcscitss15 nginx[31747]: nginx: configuration file /etc/nginx/nginx.conf test failed
Aug 24 18:57:31 ttcscitss15 systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Aug 24 18:57:31 ttcscitss15 systemd[1]: nginx.service: Failed with result 'exit-code'.
Aug 24 18:57:31 ttcscitss15 systemd[1]: Failed to start A high performance web server and a reverse proxy server.
Beta Was this translation helpful? Give feedback.
All reactions