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

sh script not running #367

Open
ankit01122 opened this issue Feb 25, 2023 · 0 comments
Open

sh script not running #367

ankit01122 opened this issue Feb 25, 2023 · 0 comments

Comments

@ankit01122
Copy link

ℹ️ Please note that the best way to get support for Real Python courses & articles is to join one of our weekly Office Hours calls or in the RP Community Slack.

You can report issues and problems here, but we typically won't be able to provide 1:1 support outside the channels listed above.

Describe the bug
$ ./build_and_run.sh
Generating a RSA private key
................................................................................
..........................................++++
................................................................................
.................++++
writing new private key to 'ca.key'

name is expected to be in the format /type0=value0/type1=value1/type2=... where
characters may be escaped by . This name is not in that format: 'C:/Program Fil
es/Git/O=me'
problems making Certificate Request
Generating a RSA private key
....................................................................++++
................................................................................
..........++++
writing new private key to 'client.key'

name is expected to be in the format /type0=value0/type1=value1/type2=... where
characters may be escaped by . This name is not in that format: 'C:/Program Fil
es/Git/CN=marketplace'
problems making Certificate Request
Generating a RSA private key
..........................................................++++
................................................................................
..............................................++++
writing new private key to 'server.key'

name is expected to be in the format /type0=value0/type1=value1/type2=... where
characters may be escaped by . This name is not in that format: 'C:/Program Fil
es/Git/CN=recommendations'
problems making Certificate Request
Can't open client.csr for reading, No such file or directory
19404:error:02001002:system library:fopen:No such file or directory:../openssl-1.1.1s/crypto/bio/bss_file.c:69:fopen('client.csr','r')
19404:error:2006D080:BIO routines:BIO_new_file:no such file:../openssl-1.1.1s/crypto/bio/bss_file.c:76:
Can't open server.csr for reading, No such file or directory
19660:error:02001002:system library:fopen:No such file or directory:../openssl-1.1.1s/crypto/bio/bss_file.c:69:fopen('server.csr','r')
19660:error:2006D080:BIO routines:BIO_new_file:no such file:../openssl-1.1.1s/crypto/bio/bss_file.c:76:

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

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

1 participant