You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure it's something configuration related, which is why I tried it both on linux and osx, but reading through all the openssl stuff I cannot find mention of ssl_server anywhere, so I'm kinda stumped.
Is there something incorrect int he command, or are there some unlisted dependencies/configuration ?
Would appreciate any help you can give with this.
thanks
The text was updated successfully, but these errors were encountered:
I've been trying to get this running both on Mac OS X and on Ubuntu Linux following your directions.
I run into the same issue on both systems
When it runs this command:
openssl x509 -req -days 365 -in server.csr -CA cacert.crt -CAkey cakey.key -CAcreateserial -out server.crt -extfile ./server.cnf -extensions ssl_server
I consistently get the error:
Error Loading extension section ssl_server
I'm sure it's something configuration related, which is why I tried it both on linux and osx, but reading through all the openssl stuff I cannot find mention of ssl_server anywhere, so I'm kinda stumped.
Is there something incorrect int he command, or are there some unlisted dependencies/configuration ?
Would appreciate any help you can give with this.
thanks
The text was updated successfully, but these errors were encountered: