Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Sagar-Mashal opened this issue Mar 14, 2022 · 1 comment
Open

Comments

@Sagar-Mashal
Copy link

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.

@pinkgun
Copy link

pinkgun commented Oct 16, 2024

If your problem is not solved, you can follow my practice:
When generating a self-signed certificate,
replace all sub-cas with root CA
and change the common name to the IP address +Port of your SAS-Server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants