Jump to content

How to run website in freebsd in home


Recommended Posts

  • Former Staff

hey dev

now i'm thinking of learning some website development so i decided to test this cms

now what should i do if i want to run it on FreeBSD like normal server ... and to open it for TEST with the same ip of the server

i think i have to install php first .. but i don't know what to do next

thanks in advance

Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

  • Former Staff

yeah i already did that and worked for me thanks all

i just need help with this error ... because i'm still new for this

  [Composer\Downloader\TransportException]
  The "https://packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
  error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
  Failed to enable crypto
  failed to open stream: operation failed
Link to comment
Share on other sites

yeah i already did that and worked for me thanks all

i just need help with this error ... because i'm still new for this

  [Composer\Downloader\TransportException]
  The "https://packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
  error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
  Failed to enable crypto
  failed to open stream: operation failed.

 

Try this command:

 

php -r "var_dump(openssl_get_cert_locations());"

 

Link to comment
Share on other sites

  • Former Staff

yeah i already did that and worked for me thanks all

i just need help with this error ... because i'm still new for this

  [Composer\Downloader\TransportException]
  The "https://packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
  error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
  Failed to enable crypto
  failed to open stream: operation failed.

 

Try this command:

 

php -r "var_dump(openssl_get_cert_locations());"

 

didn't work :/ still same error

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.