-
Notifications
You must be signed in to change notification settings - Fork 84
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
Help with SSL support #115
Comments
Was that just a mistake while typing up this issue, or is that the way you actually ran it? |
@ap, note that I said I also tried that command because of what I saw in the ssl.t test. See: https://github.com/miyagawa/Starman/blob/master/t/ssl.t#L41 The ssl_key.pem file in the distribution has both the private key and the certificate. That resulted in the same issue. Using the above openssl commands and the starman command listed first, are you able to get SSL to work? Thanks, |
Any news on this one? I'm getting the same thing.
|
You, and the original poster, are using the wrong command line parameters (this has bitten me too). The error could be better! You need to use |
I has such issue and resolved it by installing But now i have another issue:
chown of dir doesn't help. |
I've been trying to get starman running with SSL for a some local testing, but not having any luck. It's reporting no shared ciphers.
So, I'm looking for some pointers or an example.
Starman 0.4010, IO-Socket-SSL-2.016, CentOS release 6.5
I tried creating a self-signed certificate with:
And then running starman with:
I also tried using the ssl_key.pem from the Starman distribution and running per the ssl.t file:
with same results. Tried Firefox and Chrome, as well as LWP (lwp-request).
Thanks,
The text was updated successfully, but these errors were encountered: