Wireless-Innovation-Forum / Citizens-Broadband-Radio-Service-Device

Apache License 2.0
31 stars 19 forks source link

Not able to conect to http://<ip>:5000, SAS Server is not starting #148

Open Sagar-Mashal opened 2 years ago

Sagar-Mashal commented 2 years ago

Please I need some help with the issue below. I am trying to run the test harness on the Ubuntu, need some help in the below issue,

    <pemFilePath>certificates/sas_certificate.pem</pemFilePath>
    <keyFilePath>certificates/sas_private_key.key</keyFilePath>
    <caCerts>certificates/rootCA_certificate.pem</caCerts>
    <cpiCert>certificates/cpi_certificate.pem</cpiCert>

While generating the above certificates, I have few questions.

Also want to know the values for these if I'm running locally.

Country Name (2 letter code) [XX]:US Organization Name (eg, company) [Default Company Ltd]:Airspan Networks Organizational Unit Name (eg, section) []:RSA SAS Provider CA9001 Common Name (eg, your name or your server's hostname) []:WInnForum RSA SAS Provider CA

Also i have query regarding the above params to be given.

After generating all the certificates as per the how to generate file, below is the issue.

$ python2.7 StartOfProject.py WINNF TEST HARNESS RELEASE: 1.0.0.3 - 2018-November-13 Please enter a csv file path that include the test you request to run (pay attention insert the csv file without the csv suffix) , type quit and press ctrl+c to close WINNF.FT.C.REG.1 would you like to add the test to specific folder ? (select yes or no) no the selected test from the user : WINNF.FT.C.REG.1 is starting now Starting Server

When i run now it dosent give any error but i'm not able to reach the https://:5000 _$ wget https://:5000 --2022-03-14 13:02:28-- https://:5000/ Connecting to :5000... connected. OpenSSL: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure Unable to establish SSL connection._

please do the needful.